#E19EAE

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

Shades of Kobi #E19EAE

Tints of Kobi #E19EAE

Color information

#E19EAE (or 0xE19EAE) is unknown color: approx Kobi. HEX triplet: E1, 9E and AE. RGB value is (225,158,174). Sum of RGB (Red+Green+Blue) = 225+158+174=557 (73% of max value = 765). Red value is 225 (88.28% from 255 or 40.39% from 557); Green value is 158 (62.11% from 255 or 28.37% from 557); Blue value is 174 (68.36% from 255 or 31.24% from 557); Max value from RGB is 225 - color contains mainly: red. Hex color #E19EAE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E19EAE is #1E6151. Grayscale: #B3B3B3. Windows color (decimal): -1990994 or 11443937. OLE color: 11443937.

HSL color Cylindrical-coordinate representation of color #E19EAE: hue angle of 345.67º 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 #E19EAE is Cyan = 0, Magento = 0.30, Yellow = 0.23 and Black (K on CMYK) = 0.12.

Color convert

RGB225158174-
CMYK00.300.230.12
HSL345.67º52.76%75.1%-
HSV(B)345.67º29.78%88.24%-
XYZ50.9243.5245.76-
YUV179.86124.7160.2-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 40.39%
GREEN value IS 158 (62.11% from 255) = 28.37%
BLUE value IS 174 (68.36% from 255) = 31.24%
R=40.39%
G=28.37%
B=31.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.23
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22515817400.300.230.12345.6752.7675.1
HexE19EAE01E17C15a354b
Octal341236256036271453265113
Binary1110000110011110101011100111101011111001010110101101011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E19EAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E19EAE; }

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

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

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

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

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

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

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

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