#E59AA8

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

Shades of Kobi #E59AA8

Tints of Kobi #E59AA8

Color information

#E59AA8 (or 0xE59AA8) is unknown color: approx Kobi. HEX triplet: E5, 9A and A8. RGB value is (229,154,168). Sum of RGB (Red+Green+Blue) = 229+154+168=551 (72% of max value = 765). Red value is 229 (89.84% from 255 or 41.56% from 551); Green value is 154 (60.55% from 255 or 27.95% from 551); Blue value is 168 (66.02% from 255 or 30.49% from 551); Max value from RGB is 229 - color contains mainly: red. Hex color #E59AA8 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E59AA8 is #1A6557. Grayscale: #B2B2B2. Windows color (decimal): -1729880 or 11049701. OLE color: 11049701.

HSL color Cylindrical-coordinate representation of color #E59AA8: hue angle of 348.8º 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 #E59AA8 is Cyan = 0, Magento = 0.33, Yellow = 0.27 and Black (K on CMYK) = 0.10.

Color convert

RGB229154168-
CMYK00.330.270.10
HSL348.8º59.06%75.1%-
HSV(B)348.8º32.75%89.8%-
XYZ50.9442.642.58-
YUV178.02122.35164.36-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 41.56%
GREEN value IS 154 (60.55% from 255) = 27.95%
BLUE value IS 168 (66.02% from 255) = 30.49%
R=41.56%
G=27.95%
B=30.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.27
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal22915416800.330.270.10348.859.0675.1
HexE59AA80211BA15d3b4b
Octal345232250041331253573113
Binary11100101100110101010100001000011101110101010111011110111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E59AA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E59AA8; }

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

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

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

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

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

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

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

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