#E59AAF

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

Shades of Kobi #E59AAF

Tints of Kobi #E59AAF

Color information

#E59AAF (or 0xE59AAF) is unknown color: approx Kobi. HEX triplet: E5, 9A and AF. RGB value is (229,154,175). Sum of RGB (Red+Green+Blue) = 229+154+175=558 (73% of max value = 765). Red value is 229 (89.84% from 255 or 41.04% from 558); Green value is 154 (60.55% from 255 or 27.60% from 558); Blue value is 175 (68.75% from 255 or 31.36% from 558); Max value from RGB is 229 - color contains mainly: red. Hex color #E59AAF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E59AAF is #1A6550. Grayscale: #B2B2B2. Windows color (decimal): -1729873 or 11508453. OLE color: 11508453.

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

Color convert

RGB229154175-
CMYK00.330.240.10
HSL343.2º59.06%75.1%-
HSV(B)343.2º32.75%89.8%-
XYZ51.6142.8646.11-
YUV178.82125.85163.79-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 41.04%
GREEN value IS 154 (60.55% from 255) = 27.60%
BLUE value IS 175 (68.75% from 255) = 31.36%
R=41.04%
G=27.60%
B=31.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.24
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal22915417500.330.240.10343.259.0675.1
HexE59AAF02118A1573b4b
Octal345232257041301252773113
Binary11100101100110101010111101000011100010101010101111110111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E59AAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E59AAF; }

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

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

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

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

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

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

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

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