#E09AAA

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

Shades of Kobi #E09AAA

Tints of Kobi #E09AAA

Color information

#E09AAA (or 0xE09AAA) is unknown color: approx Kobi. HEX triplet: E0, 9A and AA. RGB value is (224,154,170). Sum of RGB (Red+Green+Blue) = 224+154+170=548 (72% of max value = 765). Red value is 224 (87.89% from 255 or 40.88% from 548); Green value is 154 (60.55% from 255 or 28.10% from 548); Blue value is 170 (66.80% from 255 or 31.02% from 548); Max value from RGB is 224 - color contains mainly: red. Hex color #E09AAA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E09AAA is #1F6555. Grayscale: #B0B0B0. Windows color (decimal): -2057558 or 11180768. OLE color: 11180768.

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

Color convert

RGB224154170-
CMYK00.310.240.12
HSL346.29º53.03%74.12%-
HSV(B)346.29º31.25%87.84%-
XYZ49.5541.8643.5-
YUV176.75124.19161.7-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 40.88%
GREEN value IS 154 (60.55% from 255) = 28.10%
BLUE value IS 170 (66.80% from 255) = 31.02%
R=40.88%
G=28.10%
B=31.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.24
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22415417000.310.240.12346.2953.0374.12
HexE09AAA01F18C15a354a
Octal340232252037301453265112
Binary1110000010011010101010100111111100011001010110101101011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E09AAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E09AAA; }

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

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

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

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

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

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

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

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