#E097AC

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

Shades of Kobi #E097AC

Tints of Kobi #E097AC

Color information

#E097AC (or 0xE097AC) is unknown color: approx Kobi. HEX triplet: E0, 97 and AC. RGB value is (224,151,172). Sum of RGB (Red+Green+Blue) = 224+151+172=547 (72% of max value = 765). Red value is 224 (87.89% from 255 or 40.95% from 547); Green value is 151 (59.38% from 255 or 27.61% from 547); Blue value is 172 (67.58% from 255 or 31.44% from 547); Max value from RGB is 224 - color contains mainly: red. Hex color #E097AC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E097AC is #1F6853. Grayscale: #AFAFAF. Windows color (decimal): -2058324 or 11311072. OLE color: 11311072.

HSL color Cylindrical-coordinate representation of color #E097AC: hue angle of 342.74º degrees, saturation: 0.54, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #E097AC is Cyan = 0, Magento = 0.33, Yellow = 0.23 and Black (K on CMYK) = 0.12.

Color convert

RGB224151172-
CMYK00.330.230.12
HSL342.74º54.07%73.53%-
HSV(B)342.74º32.59%87.84%-
XYZ49.2540.9644.34-
YUV175.22126.18162.79-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 40.95%
GREEN value IS 151 (59.38% from 255) = 27.61%
BLUE value IS 172 (67.58% from 255) = 31.44%
R=40.95%
G=27.61%
B=31.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.23
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22415117200.330.230.12342.7454.0773.53
HexE097AC02117C157364a
Octal340227254041271452766112
Binary11100000100101111010110001000011011111001010101111101101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E097AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E097AC; }

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

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

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

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

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

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

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

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