#E59CB2

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

Shades of Kobi #E59CB2

Tints of Kobi #E59CB2

Color information

#E59CB2 (or 0xE59CB2) is unknown color: approx Kobi. HEX triplet: E5, 9C and B2. RGB value is (229,156,178). Sum of RGB (Red+Green+Blue) = 229+156+178=563 (74% of max value = 765). Red value is 229 (89.84% from 255 or 40.67% from 563); Green value is 156 (61.33% from 255 or 27.71% from 563); Blue value is 178 (69.92% from 255 or 31.62% from 563); Max value from RGB is 229 - color contains mainly: red. Hex color #E59CB2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E59CB2 is #1A634D. Grayscale: #B4B4B4. Windows color (decimal): -1729358 or 11705573. OLE color: 11705573.

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

Color convert

RGB229156178-
CMYK00.320.220.10
HSL341.92º58.4%75.49%-
HSV(B)341.92º31.88%89.8%-
XYZ52.2443.6547.79-
YUV180.34126.68162.71-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 40.67%
GREEN value IS 156 (61.33% from 255) = 27.71%
BLUE value IS 178 (69.92% from 255) = 31.62%
R=40.67%
G=27.71%
B=31.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.22
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal22915617800.320.220.10341.9258.475.49
HexE59CB202016A1563a4b
Octal345234262040261252672113
Binary11100101100111001011001001000001011010101010101101110101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E59CB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E59CB2; }

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

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

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

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

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

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

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

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