#E19DAF

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

Shades of Kobi #E19DAF

Tints of Kobi #E19DAF

Color information

#E19DAF (or 0xE19DAF) is unknown color: approx Kobi. HEX triplet: E1, 9D and AF. RGB value is (225,157,175). Sum of RGB (Red+Green+Blue) = 225+157+175=557 (73% of max value = 765). Red value is 225 (88.28% from 255 or 40.39% from 557); Green value is 157 (61.72% from 255 or 28.19% from 557); Blue value is 175 (68.75% from 255 or 31.42% from 557); Max value from RGB is 225 - color contains mainly: red. Hex color #E19DAF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E19DAF is #1E6250. Grayscale: #B3B3B3. Windows color (decimal): -1991249 or 11509217. OLE color: 11509217.

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

Color convert

RGB225157175-
CMYK00.300.220.12
HSL344.12º53.12%74.9%-
HSV(B)344.12º30.22%88.24%-
XYZ50.8543.2246.22-
YUV179.38125.53160.54-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 40.39%
GREEN value IS 157 (61.72% from 255) = 28.19%
BLUE value IS 175 (68.75% from 255) = 31.42%
R=40.39%
G=28.19%
B=31.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.22
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22515717500.300.220.12344.1253.1274.9
HexE19DAF01E16C158354b
Octal341235257036261453065113
Binary1110000110011101101011110111101011011001010110001101011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E19DAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E19DAF; }

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

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

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

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

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

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

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

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