#E09AAE

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

Shades of Kobi #E09AAE

Tints of Kobi #E09AAE

Color information

#E09AAE (or 0xE09AAE) is unknown color: approx Kobi. HEX triplet: E0, 9A and AE. RGB value is (224,154,174). Sum of RGB (Red+Green+Blue) = 224+154+174=552 (73% of max value = 765). Red value is 224 (87.89% from 255 or 40.58% from 552); Green value is 154 (60.55% from 255 or 27.90% from 552); Blue value is 174 (68.36% from 255 or 31.52% from 552); Max value from RGB is 224 - color contains mainly: red. Hex color #E09AAE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E09AAE is #1F6551. Grayscale: #B1B1B1. Windows color (decimal): -2057554 or 11442912. OLE color: 11442912.

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

Color convert

RGB224154174-
CMYK00.310.220.12
HSL342.86º53.03%74.12%-
HSV(B)342.86º31.25%87.84%-
XYZ49.9442.0145.52-
YUV177.21126.19161.37-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 40.58%
GREEN value IS 154 (60.55% from 255) = 27.90%
BLUE value IS 174 (68.36% from 255) = 31.52%
R=40.58%
G=27.90%
B=31.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.22
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22415417400.310.220.12342.8653.0374.12
HexE09AAE01F16C157354a
Octal340232256037261452765112
Binary1110000010011010101011100111111011011001010101111101011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E09AAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E09AAE; }

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

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

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

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

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

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

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

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