#E59AB2

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

Shades of Kobi #E59AB2

Tints of Kobi #E59AB2

Color information

#E59AB2 (or 0xE59AB2) is unknown color: approx Kobi. HEX triplet: E5, 9A and B2. RGB value is (229,154,178). Sum of RGB (Red+Green+Blue) = 229+154+178=561 (74% of max value = 765). Red value is 229 (89.84% from 255 or 40.82% from 561); Green value is 154 (60.55% from 255 or 27.45% from 561); Blue value is 178 (69.92% from 255 or 31.73% from 561); Max value from RGB is 229 - color contains mainly: red. Hex color #E59AB2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E59AB2 is #1A654D. Grayscale: #B3B3B3. Windows color (decimal): -1729870 or 11705061. OLE color: 11705061.

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

Color convert

RGB229154178-
CMYK00.330.220.10
HSL340.8º59.06%75.1%-
HSV(B)340.8º32.75%89.8%-
XYZ51.942.9847.68-
YUV179.16127.35163.55-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 40.82%
GREEN value IS 154 (60.55% from 255) = 27.45%
BLUE value IS 178 (69.92% from 255) = 31.73%
R=40.82%
G=27.45%
B=31.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.22
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal22915417800.330.220.10340.859.0675.1
HexE59AB202116A1553b4b
Octal345232262041261252573113
Binary11100101100110101011001001000011011010101010101011110111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E59AB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E59AB2; }

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

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

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

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

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

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

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

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