#E597AA

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

Shades of Kobi #E597AA

Tints of Kobi #E597AA

Color information

#E597AA (or 0xE597AA) is unknown color: approx Kobi. HEX triplet: E5, 97 and AA. RGB value is (229,151,170). Sum of RGB (Red+Green+Blue) = 229+151+170=550 (72% of max value = 765). Red value is 229 (89.84% from 255 or 41.64% from 550); Green value is 151 (59.38% from 255 or 27.45% from 550); Blue value is 170 (66.80% from 255 or 30.91% from 550); Max value from RGB is 229 - color contains mainly: red. Hex color #E597AA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E597AA is #1A6855. Grayscale: #B0B0B0. Windows color (decimal): -1730646 or 11180005. OLE color: 11180005.

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

Color convert

RGB229151170-
CMYK00.340.260.10
HSL345.38º60%74.51%-
HSV(B)345.38º34.06%89.8%-
XYZ50.6441.6943.41-
YUV176.49124.34165.46-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 41.64%
GREEN value IS 151 (59.38% from 255) = 27.45%
BLUE value IS 170 (66.80% from 255) = 30.91%
R=41.64%
G=27.45%
B=30.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.26
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal22915117000.340.260.10345.386074.51
HexE597AA0221AA1593c4b
Octal345227252042321253174113
Binary11100101100101111010101001000101101010101010110011111001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E597AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E597AA; }

 p { color: rgb(229,151,170); }

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

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

 a { background-color: rgb(229,151,170); }

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

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

 span { border-color: rgb(229,151,170); }

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