#E497AC

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

Shades of Kobi #E497AC

Tints of Kobi #E497AC

Color information

#E497AC (or 0xE497AC) is unknown color: approx Kobi. HEX triplet: E4, 97 and AC. RGB value is (228,151,172). Sum of RGB (Red+Green+Blue) = 228+151+172=551 (72% of max value = 765). Red value is 228 (89.45% from 255 or 41.38% from 551); Green value is 151 (59.38% from 255 or 27.40% from 551); Blue value is 172 (67.58% from 255 or 31.22% from 551); Max value from RGB is 228 - color contains mainly: red. Hex color #E497AC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E497AC is #1B6853. Grayscale: #B0B0B0. Windows color (decimal): -1796180 or 11311076. OLE color: 11311076.

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

Color convert

RGB228151172-
CMYK00.340.250.11
HSL343.64º58.78%74.31%-
HSV(B)343.64º33.77%89.41%-
XYZ50.5141.6144.4-
YUV176.42125.51164.79-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 41.38%
GREEN value IS 151 (59.38% from 255) = 27.40%
BLUE value IS 172 (67.58% from 255) = 31.22%
R=41.38%
G=27.40%
B=31.22%

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
Decimal22815117200.340.250.11343.6458.7874.31
HexE497AC02219B1583b4a
Octal344227254042311353073112
Binary11100100100101111010110001000101100110111010110001110111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E497AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E497AC; }

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

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

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

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

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

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

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

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