#E59CAF

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

Shades of Kobi #E59CAF

Tints of Kobi #E59CAF

Color information

#E59CAF (or 0xE59CAF) is unknown color: approx Kobi. HEX triplet: E5, 9C and AF. RGB value is (229,156,175). Sum of RGB (Red+Green+Blue) = 229+156+175=560 (74% of max value = 765). Red value is 229 (89.84% from 255 or 40.89% from 560); Green value is 156 (61.33% from 255 or 27.86% from 560); Blue value is 175 (68.75% from 255 or 31.25% from 560); Max value from RGB is 229 - color contains mainly: red. Hex color #E59CAF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E59CAF is #1A6350. Grayscale: #B3B3B3. Windows color (decimal): -1729361 or 11508965. OLE color: 11508965.

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

Color convert

RGB229156175-
CMYK00.320.240.10
HSL344.38º58.4%75.49%-
HSV(B)344.38º31.88%89.8%-
XYZ51.9443.5346.22-
YUV179.99125.18162.96-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 40.89%
GREEN value IS 156 (61.33% from 255) = 27.86%
BLUE value IS 175 (68.75% from 255) = 31.25%
R=40.89%
G=27.86%
B=31.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.24
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal22915617500.320.240.10344.3858.475.49
HexE59CAF02018A1583a4b
Octal345234257040301253072113
Binary11100101100111001010111101000001100010101010110001110101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E59CAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E59CAF; }

 p { color: rgb(229,156,175); }

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

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

 a { background-color: rgb(229,156,175); }

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

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

 span { border-color: rgb(229,156,175); }

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