#E19EAA

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

Shades of Kobi #E19EAA

Tints of Kobi #E19EAA

Color information

#E19EAA (or 0xE19EAA) is unknown color: approx Kobi. HEX triplet: E1, 9E and AA. RGB value is (225,158,170). Sum of RGB (Red+Green+Blue) = 225+158+170=553 (73% of max value = 765). Red value is 225 (88.28% from 255 or 40.69% from 553); Green value is 158 (62.11% from 255 or 28.57% from 553); Blue value is 170 (66.80% from 255 or 30.74% from 553); Max value from RGB is 225 - color contains mainly: red. Hex color #E19EAA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E19EAA is #1E6155. Grayscale: #B3B3B3. Windows color (decimal): -1990998 or 11181793. OLE color: 11181793.

HSL color Cylindrical-coordinate representation of color #E19EAA: hue angle of 349.25º degrees, saturation: 0.53, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #E19EAA is Cyan = 0, Magento = 0.30, Yellow = 0.24 and Black (K on CMYK) = 0.12.

Color convert

RGB225158170-
CMYK00.300.240.12
HSL349.25º52.76%75.1%-
HSV(B)349.25º29.78%88.24%-
XYZ50.5343.3643.74-
YUV179.4122.7160.52-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 40.69%
GREEN value IS 158 (62.11% from 255) = 28.57%
BLUE value IS 170 (66.80% from 255) = 30.74%
R=40.69%
G=28.57%
B=30.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.24
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22515817000.300.240.12349.2552.7675.1
HexE19EAA01E18C15d354b
Octal341236252036301453565113
Binary1110000110011110101010100111101100011001010111011101011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E19EAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E19EAA; }

 p { color: rgb(225,158,170); }

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

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

 a { background-color: rgb(225,158,170); }

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

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

 span { border-color: rgb(225,158,170); }

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