#E19DAE

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

Shades of Kobi #E19DAE

Tints of Kobi #E19DAE

Color information

#E19DAE (or 0xE19DAE) is unknown color: approx Kobi. HEX triplet: E1, 9D and AE. RGB value is (225,157,174). Sum of RGB (Red+Green+Blue) = 225+157+174=556 (73% of max value = 765). Red value is 225 (88.28% from 255 or 40.47% from 556); Green value is 157 (61.72% from 255 or 28.24% from 556); Blue value is 174 (68.36% from 255 or 31.29% from 556); Max value from RGB is 225 - color contains mainly: red. Hex color #E19DAE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E19DAE is #1E6251. Grayscale: #B3B3B3. Windows color (decimal): -1991250 or 11443681. OLE color: 11443681.

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

Color convert

RGB225157174-
CMYK00.300.230.12
HSL345º53.12%74.9%-
HSV(B)345º30.22%88.24%-
XYZ50.7543.1845.7-
YUV179.27125.03160.62-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 40.47%
GREEN value IS 157 (61.72% from 255) = 28.24%
BLUE value IS 174 (68.36% from 255) = 31.29%
R=40.47%
G=28.24%
B=31.29%

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
Decimal22515717400.300.230.1234553.1274.9
HexE19DAE01E17C159354b
Octal341235256036271453165113
Binary1110000110011101101011100111101011111001010110011101011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E19DAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E19DAE; }

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

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

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

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

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

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

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

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