#E59DAD

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

Shades of Kobi #E59DAD

Tints of Kobi #E59DAD

Color information

#E59DAD (or 0xE59DAD) is unknown color: approx Kobi. HEX triplet: E5, 9D and AD. RGB value is (229,157,173). Sum of RGB (Red+Green+Blue) = 229+157+173=559 (74% of max value = 765). Red value is 229 (89.84% from 255 or 40.97% from 559); Green value is 157 (61.72% from 255 or 28.09% from 559); Blue value is 173 (67.97% from 255 or 30.95% from 559); Max value from RGB is 229 - color contains mainly: red. Hex color #E59DAD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E59DAD is #1A6252. Grayscale: #B4B4B4. Windows color (decimal): -1729107 or 11378149. OLE color: 11378149.

HSL color Cylindrical-coordinate representation of color #E59DAD: hue angle of 346.67º degrees, saturation: 0.58, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #E59DAD is Cyan = 0, Magento = 0.31, Yellow = 0.24 and Black (K on CMYK) = 0.10.

Color convert

RGB229157173-
CMYK00.310.240.10
HSL346.67º58.06%75.69%-
HSV(B)346.67º31.44%89.8%-
XYZ51.9143.7945.25-
YUV180.35123.85162.7-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 40.97%
GREEN value IS 157 (61.72% from 255) = 28.09%
BLUE value IS 173 (67.97% from 255) = 30.95%
R=40.97%
G=28.09%
B=30.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.24
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal22915717300.310.240.10346.6758.0675.69
HexE59DAD01F18A15b3a4c
Octal345235255037301253372114
Binary1110010110011101101011010111111100010101010110111110101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E59DAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E59DAD; }

 p { color: rgb(229,157,173); }

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

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

 a { background-color: rgb(229,157,173); }

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

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

 span { border-color: rgb(229,157,173); }

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