#E596B1

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

Shades of Kobi #E596B1

Tints of Kobi #E596B1

Color information

#E596B1 (or 0xE596B1) is unknown color: approx Kobi. HEX triplet: E5, 96 and B1. RGB value is (229,150,177). Sum of RGB (Red+Green+Blue) = 229+150+177=556 (73% of max value = 765). Red value is 229 (89.84% from 255 or 41.19% from 556); Green value is 150 (58.98% from 255 or 26.98% from 556); Blue value is 177 (69.53% from 255 or 31.83% from 556); Max value from RGB is 229 - color contains mainly: red. Hex color #E596B1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E596B1 is #1A694E. Grayscale: #B0B0B0. Windows color (decimal): -1730895 or 11638501. OLE color: 11638501.

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

Color convert

RGB229150177-
CMYK00.340.230.10
HSL339.49º60.31%74.31%-
HSV(B)339.49º34.5%89.8%-
XYZ51.1641.6546.94-
YUV176.7128.17165.3-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 41.19%
GREEN value IS 150 (58.98% from 255) = 26.98%
BLUE value IS 177 (69.53% from 255) = 31.83%
R=41.19%
G=26.98%
B=31.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.23
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal22915017700.340.230.10339.4960.3174.31
HexE596B102217A1533c4a
Octal345226261042271252374112
Binary11100101100101101011000101000101011110101010100111111001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E596B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E596B1; }

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

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

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

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

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

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

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

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