#E59BAF

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

Shades of Kobi #E59BAF

Tints of Kobi #E59BAF

Color information

#E59BAF (or 0xE59BAF) is unknown color: approx Kobi. HEX triplet: E5, 9B and AF. RGB value is (229,155,175). Sum of RGB (Red+Green+Blue) = 229+155+175=559 (74% of max value = 765). Red value is 229 (89.84% from 255 or 40.97% from 559); Green value is 155 (60.94% from 255 or 27.73% from 559); Blue value is 175 (68.75% from 255 or 31.31% from 559); Max value from RGB is 229 - color contains mainly: red. Hex color #E59BAF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E59BAF is #1A6450. Grayscale: #B3B3B3. Windows color (decimal): -1729617 or 11508709. OLE color: 11508709.

HSL color Cylindrical-coordinate representation of color #E59BAF: hue angle of 343.78º degrees, saturation: 0.59, 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 #E59BAF is Cyan = 0, Magento = 0.32, Yellow = 0.24 and Black (K on CMYK) = 0.10.

Color convert

RGB229155175-
CMYK00.320.240.10
HSL343.78º58.73%75.29%-
HSV(B)343.78º32.31%89.8%-
XYZ51.7743.246.17-
YUV179.41125.52163.37-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 40.97%
GREEN value IS 155 (60.94% from 255) = 27.73%
BLUE value IS 175 (68.75% from 255) = 31.31%
R=40.97%
G=27.73%
B=31.31%

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
Decimal22915517500.320.240.10343.7858.7375.29
HexE59BAF02018A1583b4b
Octal345233257040301253073113
Binary11100101100110111010111101000001100010101010110001110111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E59BAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E59BAF; }

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

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

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

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

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

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

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

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