#E59BA8

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

Shades of Kobi #E59BA8

Tints of Kobi #E59BA8

Color information

#E59BA8 (or 0xE59BA8) is unknown color: approx Kobi. HEX triplet: E5, 9B and A8. RGB value is (229,155,168). Sum of RGB (Red+Green+Blue) = 229+155+168=552 (73% of max value = 765). Red value is 229 (89.84% from 255 or 41.49% from 552); Green value is 155 (60.94% from 255 or 28.08% from 552); Blue value is 168 (66.02% from 255 or 30.43% from 552); Max value from RGB is 229 - color contains mainly: red. Hex color #E59BA8 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E59BA8 is #1A6457. Grayscale: #B2B2B2. Windows color (decimal): -1729624 or 11049957. OLE color: 11049957.

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

Color convert

RGB229155168-
CMYK00.320.270.10
HSL349.46º58.73%75.29%-
HSV(B)349.46º32.31%89.8%-
XYZ51.142.9342.64-
YUV178.61122.02163.94-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 41.49%
GREEN value IS 155 (60.94% from 255) = 28.08%
BLUE value IS 168 (66.02% from 255) = 30.43%
R=41.49%
G=28.08%
B=30.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.27
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal22915516800.320.270.10349.4658.7375.29
HexE59BA80201BA15d3b4b
Octal345233250040331253573113
Binary11100101100110111010100001000001101110101010111011110111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E59BA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E59BA8; }

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

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

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

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

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

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

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

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