#E1A1AE

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

Shades of Kobi #E1A1AE

Tints of Kobi #E1A1AE

Color information

#E1A1AE (or 0xE1A1AE) is unknown color: approx Kobi. HEX triplet: E1, A1 and AE. RGB value is (225,161,174). Sum of RGB (Red+Green+Blue) = 225+161+174=560 (74% of max value = 765). Red value is 225 (88.28% from 255 or 40.18% from 560); Green value is 161 (63.28% from 255 or 28.75% from 560); Blue value is 174 (68.36% from 255 or 31.07% from 560); Max value from RGB is 225 - color contains mainly: red. Hex color #E1A1AE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E1A1AE is #1E5E51. Grayscale: #B5B5B5. Windows color (decimal): -1990226 or 11444705. OLE color: 11444705.

HSL color Cylindrical-coordinate representation of color #E1A1AE: hue angle of 347.81º degrees, saturation: 0.52, 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 #E1A1AE is Cyan = 0, Magento = 0.28, Yellow = 0.23 and Black (K on CMYK) = 0.12.

Color convert

RGB225161174-
CMYK00.280.230.12
HSL347.81º51.61%75.69%-
HSV(B)347.81º28.44%88.24%-
XYZ51.4444.5545.93-
YUV181.62123.7158.94-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 40.18%
GREEN value IS 161 (63.28% from 255) = 28.75%
BLUE value IS 174 (68.36% from 255) = 31.07%
R=40.18%
G=28.75%
B=31.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.23
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22516117400.280.230.12347.8151.6175.69
HexE1A1AE01C17C15c344c
Octal341241256034271453464114
Binary1110000110100001101011100111001011111001010111001101001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1A1AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1A1AE; }

 p { color: rgb(225,161,174); }

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

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

 a { background-color: rgb(225,161,174); }

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

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

 span { border-color: rgb(225,161,174); }

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