#E09FAA

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

Shades of Kobi #E09FAA

Tints of Kobi #E09FAA

Color information

#E09FAA (or 0xE09FAA) is unknown color: approx Kobi. HEX triplet: E0, 9F and AA. RGB value is (224,159,170). Sum of RGB (Red+Green+Blue) = 224+159+170=553 (73% of max value = 765). Red value is 224 (87.89% from 255 or 40.51% from 553); Green value is 159 (62.5% from 255 or 28.75% from 553); Blue value is 170 (66.80% from 255 or 30.74% from 553); Max value from RGB is 224 - color contains mainly: red. Hex color #E09FAA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E09FAA is #1F6055. Grayscale: #B3B3B3. Windows color (decimal): -2056278 or 11182048. OLE color: 11182048.

HSL color Cylindrical-coordinate representation of color #E09FAA: hue angle of 349.85º degrees, saturation: 0.51, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #E09FAA is Cyan = 0, Magento = 0.29, Yellow = 0.24 and Black (K on CMYK) = 0.12.

Color convert

RGB224159170-
CMYK00.290.240.12
HSL349.85º51.18%75.1%-
HSV(B)349.85º29.02%87.84%-
XYZ50.3943.5543.78-
YUV179.69122.53159.61-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 40.51%
GREEN value IS 159 (62.5% from 255) = 28.75%
BLUE value IS 170 (66.80% from 255) = 30.74%
R=40.51%
G=28.75%
B=30.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.24
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22415917000.290.240.12349.8551.1875.1
HexE09FAA01D18C15e334b
Octal340237252035301453663113
Binary1110000010011111101010100111011100011001010111101100111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E09FAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E09FAA; }

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

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

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

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

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

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

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

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