#E08AAF

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

Shades of Kobi #E08AAF

Tints of Kobi #E08AAF

Color information

#E08AAF (or 0xE08AAF) is unknown color: approx Kobi. HEX triplet: E0, 8A and AF. RGB value is (224,138,175). Sum of RGB (Red+Green+Blue) = 224+138+175=537 (71% of max value = 765). Red value is 224 (87.89% from 255 or 41.71% from 537); Green value is 138 (54.30% from 255 or 25.70% from 537); Blue value is 175 (68.75% from 255 or 32.59% from 537); Max value from RGB is 224 - color contains mainly: red. Hex color #E08AAF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E08AAF is #1F7550. Grayscale: #A7A7A7. Windows color (decimal): -2061649 or 11504352. OLE color: 11504352.

HSL color Cylindrical-coordinate representation of color #E08AAF: hue angle of 334.19º degrees, saturation: 0.58, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #E08AAF is Cyan = 0, Magento = 0.38, Yellow = 0.22 and Black (K on CMYK) = 0.12.

Color convert

RGB224138175-
CMYK00.380.220.12
HSL334.19º58.11%70.98%-
HSV(B)334.19º38.39%87.84%-
XYZ47.5737.1245.22-
YUV167.93131.99167.99-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 41.71%
GREEN value IS 138 (54.30% from 255) = 25.70%
BLUE value IS 175 (68.75% from 255) = 32.59%
R=41.71%
G=25.70%
B=32.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.22
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22413817500.380.220.12334.1958.1170.98
HexE08AAF02616C14e3a47
Octal340212257046261451672107
Binary11100000100010101010111101001101011011001010011101110101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E08AAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E08AAF; }

 p { color: rgb(224,138,175); }

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

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

 a { background-color: rgb(224,138,175); }

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

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

 span { border-color: rgb(224,138,175); }

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