#E198AD

Color #E198AD Kobi (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Kobi #E198AD

Tints of Kobi #E198AD

Color information

#E198AD (or 0xE198AD) is unknown color: approx Kobi. HEX triplet: E1, 98 and AD. RGB value is (225,152,173). Sum of RGB (Red+Green+Blue) = 225+152+173=550 (72% of max value = 765). Red value is 225 (88.28% from 255 or 40.91% from 550); Green value is 152 (59.77% from 255 or 27.64% from 550); Blue value is 173 (67.97% from 255 or 31.45% from 550); Max value from RGB is 225 - color contains mainly: red. Hex color #E198AD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E198AD is #1E6752. Grayscale: #B0B0B0. Windows color (decimal): -1992531 or 11376865. OLE color: 11376865.

HSL color Cylindrical-coordinate representation of color #E198AD: hue angle of 342.74º degrees, saturation: 0.55, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #E198AD is Cyan = 0, Magento = 0.32, Yellow = 0.23 and Black (K on CMYK) = 0.12.

Color convert

RGB225152173-
CMYK00.320.230.12
HSL342.74º54.89%73.92%-
HSV(B)342.74º32.44%88.24%-
XYZ49.8241.4844.92-
YUV176.22126.18162.79-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 225 (88.28% from 255) = 40.91%
GREEN value IS 152 (59.77% from 255) = 27.64%
BLUE value IS 173 (67.97% from 255) = 31.45%
R=40.91%
G=27.64%
B=31.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.23
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22515217300.320.230.12342.7454.8973.92
HexE198AD02017C157374a
Octal341230255040271452767112
Binary11100001100110001010110101000001011111001010101111101111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E198AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E198AD; }

 p { color: rgb(225,152,173); }

 H1.HeaderClassName
 {
   color: #E198AD;
 }
 .AnyTagClassName
 {
   color: #E198AD;
 }
</style>
background-color css

<style>
 a { background-color: #E198AD; }

 a { background-color: rgb(225,152,173); }

 div.DivClassName
 {
   background-color: #E198AD;
 }
 .BgClassName
 {
   background-color: #E198AD;
 }
</style>
border-color css

<style>
 span { border-color: #E198AD; }

 span { border-color: rgb(225,152,173); }

 td.TdClassName
 {
   border-color: #E198AD;
 }
 .TagClassName
 {
   border-color: #E198AD;
 }
</style>