#E59AAD

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

Shades of Kobi #E59AAD

Tints of Kobi #E59AAD

Color information

#E59AAD (or 0xE59AAD) is unknown color: approx Kobi. HEX triplet: E5, 9A and AD. RGB value is (229,154,173). Sum of RGB (Red+Green+Blue) = 229+154+173=556 (73% of max value = 765). Red value is 229 (89.84% from 255 or 41.19% from 556); Green value is 154 (60.55% from 255 or 27.70% from 556); Blue value is 173 (67.97% from 255 or 31.12% from 556); Max value from RGB is 229 - color contains mainly: red. Hex color #E59AAD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E59AAD is #1A6552. Grayscale: #B2B2B2. Windows color (decimal): -1729875 or 11377381. OLE color: 11377381.

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

Color convert

RGB229154173-
CMYK00.330.240.10
HSL344.8º59.06%75.1%-
HSV(B)344.8º32.75%89.8%-
XYZ51.4142.7945.08-
YUV178.59124.85163.96-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 41.19%
GREEN value IS 154 (60.55% from 255) = 27.70%
BLUE value IS 173 (67.97% from 255) = 31.12%
R=41.19%
G=27.70%
B=31.12%

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
Decimal22915417300.330.240.10344.859.0675.1
HexE59AAD02118A1593b4b
Octal345232255041301253173113
Binary11100101100110101010110101000011100010101010110011110111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E59AAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E59AAD; }

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

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

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

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

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

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

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

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