#E0A2AF

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

Shades of Kobi #E0A2AF

Tints of Kobi #E0A2AF

Color information

#E0A2AF (or 0xE0A2AF) is unknown color: approx Kobi. HEX triplet: E0, A2 and AF. RGB value is (224,162,175). Sum of RGB (Red+Green+Blue) = 224+162+175=561 (74% of max value = 765). Red value is 224 (87.89% from 255 or 39.93% from 561); Green value is 162 (63.67% from 255 or 28.88% from 561); Blue value is 175 (68.75% from 255 or 31.19% from 561); Max value from RGB is 224 - color contains mainly: red. Hex color #E0A2AF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E0A2AF is #1F5D50. Grayscale: #B6B6B6. Windows color (decimal): -2055505 or 11510496. OLE color: 11510496.

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

Color convert

RGB224162175-
CMYK00.280.220.12
HSL347.42º50%75.69%-
HSV(B)347.42º27.68%87.84%-
XYZ51.444.7846.49-
YUV182.02124.04157.94-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 39.93%
GREEN value IS 162 (63.67% from 255) = 28.88%
BLUE value IS 175 (68.75% from 255) = 31.19%
R=39.93%
G=28.88%
B=31.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.22
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22416217500.280.220.12347.425075.69
HexE0A2AF01C16C15b324c
Octal340242257034261453362114
Binary1110000010100010101011110111001011011001010110111100101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0A2AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0A2AF; }

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

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

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

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

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

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

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

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