#E099A2

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

Shades of Kobi #E099A2

Tints of Kobi #E099A2

Color information

#E099A2 (or 0xE099A2) is unknown color: approx Kobi. HEX triplet: E0, 99 and A2. RGB value is (224,153,162). Sum of RGB (Red+Green+Blue) = 224+153+162=539 (71% of max value = 765). Red value is 224 (87.89% from 255 or 41.56% from 539); Green value is 153 (60.16% from 255 or 28.39% from 539); Blue value is 162 (63.67% from 255 or 30.06% from 539); Max value from RGB is 224 - color contains mainly: red. Hex color #E099A2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E099A2 is #1F665D. Grayscale: #AFAFAF. Windows color (decimal): -2057822 or 10656224. OLE color: 10656224.

HSL color Cylindrical-coordinate representation of color #E099A2: hue angle of 352.39º 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 #E099A2 is Cyan = 0, Magento = 0.32, Yellow = 0.28 and Black (K on CMYK) = 0.12.

Color convert

RGB224153162-
CMYK00.320.280.12
HSL352.39º53.38%73.92%-
HSV(B)352.39º31.7%87.84%-
XYZ48.6541.2439.58-
YUV175.25120.52162.77-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 41.56%
GREEN value IS 153 (60.16% from 255) = 28.39%
BLUE value IS 162 (63.67% from 255) = 30.06%
R=41.56%
G=28.39%
B=30.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.28
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22415316200.320.280.12352.3953.3873.92
HexE099A20201CC160354a
Octal340231242040341454065112
Binary11100000100110011010001001000001110011001011000001101011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E099A2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E099A2; }

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

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

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

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

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

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

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

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