#E596B3

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

Shades of Kobi #E596B3

Tints of Kobi #E596B3

Color information

#E596B3 (or 0xE596B3) is unknown color: approx Kobi. HEX triplet: E5, 96 and B3. RGB value is (229,150,179). Sum of RGB (Red+Green+Blue) = 229+150+179=558 (73% of max value = 765). Red value is 229 (89.84% from 255 or 41.04% from 558); Green value is 150 (58.98% from 255 or 26.88% from 558); Blue value is 179 (70.31% from 255 or 32.08% from 558); Max value from RGB is 229 - color contains mainly: red. Hex color #E596B3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E596B3 is #1A694C. Grayscale: #B0B0B0. Windows color (decimal): -1730893 or 11769573. OLE color: 11769573.

HSL color Cylindrical-coordinate representation of color #E596B3: hue angle of 337.97º degrees, saturation: 0.6, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #E596B3 is Cyan = 0, Magento = 0.34, Yellow = 0.22 and Black (K on CMYK) = 0.10.

Color convert

RGB229150179-
CMYK00.340.220.10
HSL337.97º60.31%74.31%-
HSV(B)337.97º34.5%89.8%-
XYZ51.3641.7347.99-
YUV176.93129.17165.14-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 41.04%
GREEN value IS 150 (58.98% from 255) = 26.88%
BLUE value IS 179 (70.31% from 255) = 32.08%
R=41.04%
G=26.88%
B=32.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.22
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal22915017900.340.220.10337.9760.3174.31
HexE596B302216A1523c4a
Octal345226263042261252274112
Binary11100101100101101011001101000101011010101010100101111001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E596B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E596B3; }

 p { color: rgb(229,150,179); }

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

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

 a { background-color: rgb(229,150,179); }

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

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

 span { border-color: rgb(229,150,179); }

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