#E099AA

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

Shades of Kobi #E099AA

Tints of Kobi #E099AA

Color information

#E099AA (or 0xE099AA) is unknown color: approx Kobi. HEX triplet: E0, 99 and AA. RGB value is (224,153,170). Sum of RGB (Red+Green+Blue) = 224+153+170=547 (72% of max value = 765). Red value is 224 (87.89% from 255 or 40.95% from 547); Green value is 153 (60.16% from 255 or 27.97% from 547); Blue value is 170 (66.80% from 255 or 31.08% from 547); Max value from RGB is 224 - color contains mainly: red. Hex color #E099AA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E099AA is #1F6655. Grayscale: #B0B0B0. Windows color (decimal): -2057814 or 11180512. OLE color: 11180512.

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

Color convert

RGB224153170-
CMYK00.320.240.12
HSL345.63º53.38%73.92%-
HSV(B)345.63º31.7%87.84%-
XYZ49.3941.5343.44-
YUV176.17124.52162.12-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 40.95%
GREEN value IS 153 (60.16% from 255) = 27.97%
BLUE value IS 170 (66.80% from 255) = 31.08%
R=40.95%
G=27.97%
B=31.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.24
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22415317000.320.240.12345.6353.3873.92
HexE099AA02018C15a354a
Octal340231252040301453265112
Binary11100000100110011010101001000001100011001010110101101011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E099AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E099AA; }

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

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

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

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

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

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

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

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