#E596A5

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

Shades of Kobi #E596A5

Tints of Kobi #E596A5

Color information

#E596A5 (or 0xE596A5) is unknown color: approx Kobi. HEX triplet: E5, 96 and A5. RGB value is (229,150,165). Sum of RGB (Red+Green+Blue) = 229+150+165=544 (72% of max value = 765). Red value is 229 (89.84% from 255 or 42.10% from 544); Green value is 150 (58.98% from 255 or 27.57% from 544); Blue value is 165 (64.84% from 255 or 30.33% from 544); Max value from RGB is 229 - color contains mainly: red. Hex color #E596A5 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E596A5 is #1A695A. Grayscale: #AFAFAF. Windows color (decimal): -1730907 or 10852069. OLE color: 10852069.

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

Color convert

RGB229150165-
CMYK00.340.280.10
HSL348.61º60.31%74.31%-
HSV(B)348.61º34.5%89.8%-
XYZ50.0141.1940.91-
YUV175.33122.17166.28-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 42.10%
GREEN value IS 150 (58.98% from 255) = 27.57%
BLUE value IS 165 (64.84% from 255) = 30.33%
R=42.10%
G=27.57%
B=30.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.28
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal22915016500.340.280.10348.6160.3174.31
HexE596A50221CA15d3c4a
Octal345226245042341253574112
Binary11100101100101101010010101000101110010101010111011111001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E596A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E596A5; }

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

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

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

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

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

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

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

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