#E099AC

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

Shades of Kobi #E099AC

Tints of Kobi #E099AC

Color information

#E099AC (or 0xE099AC) is unknown color: approx Kobi. HEX triplet: E0, 99 and AC. RGB value is (224,153,172). Sum of RGB (Red+Green+Blue) = 224+153+172=549 (72% of max value = 765). Red value is 224 (87.89% from 255 or 40.80% from 549); Green value is 153 (60.16% from 255 or 27.87% from 549); Blue value is 172 (67.58% from 255 or 31.33% from 549); Max value from RGB is 224 - color contains mainly: red. Hex color #E099AC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E099AC is #1F6653. Grayscale: #B0B0B0. Windows color (decimal): -2057812 or 11311584. OLE color: 11311584.

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

Color convert

RGB224153172-
CMYK00.320.230.12
HSL343.94º53.38%73.92%-
HSV(B)343.94º31.7%87.84%-
XYZ49.5841.6144.45-
YUV176.4125.52161.96-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 40.80%
GREEN value IS 153 (60.16% from 255) = 27.87%
BLUE value IS 172 (67.58% from 255) = 31.33%
R=40.80%
G=27.87%
B=31.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.23
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22415317200.320.230.12343.9453.3873.92
HexE099AC02017C158354a
Octal340231254040271453065112
Binary11100000100110011010110001000001011111001010110001101011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E099AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E099AC; }

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

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

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

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

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

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

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

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