#E497AA

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

Shades of Kobi #E497AA

Tints of Kobi #E497AA

Color information

#E497AA (or 0xE497AA) is unknown color: approx Kobi. HEX triplet: E4, 97 and AA. RGB value is (228,151,170). Sum of RGB (Red+Green+Blue) = 228+151+170=549 (72% of max value = 765). Red value is 228 (89.45% from 255 or 41.53% from 549); Green value is 151 (59.38% from 255 or 27.50% from 549); Blue value is 170 (66.80% from 255 or 30.97% from 549); Max value from RGB is 228 - color contains mainly: red. Hex color #E497AA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E497AA is #1B6855. Grayscale: #B0B0B0. Windows color (decimal): -1796182 or 11180004. OLE color: 11180004.

HSL color Cylindrical-coordinate representation of color #E497AA: hue angle of 345.19º degrees, saturation: 0.59, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #E497AA is Cyan = 0, Magento = 0.34, Yellow = 0.25 and Black (K on CMYK) = 0.11.

Color convert

RGB228151170-
CMYK00.340.250.11
HSL345.19º58.78%74.31%-
HSV(B)345.19º33.77%89.41%-
XYZ50.3241.5343.39-
YUV176.19124.51164.96-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 41.53%
GREEN value IS 151 (59.38% from 255) = 27.50%
BLUE value IS 170 (66.80% from 255) = 30.97%
R=41.53%
G=27.50%
B=30.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.25
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22815117000.340.250.11345.1958.7874.31
HexE497AA02219B1593b4a
Octal344227252042311353173112
Binary11100100100101111010101001000101100110111010110011110111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E497AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E497AA; }

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

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

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

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

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

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

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

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