#E2A1AE

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

Shades of Kobi #E2A1AE

Tints of Kobi #E2A1AE

Color information

#E2A1AE (or 0xE2A1AE) is unknown color: approx Kobi. HEX triplet: E2, A1 and AE. RGB value is (226,161,174). Sum of RGB (Red+Green+Blue) = 226+161+174=561 (74% of max value = 765). Red value is 226 (88.67% from 255 or 40.29% from 561); Green value is 161 (63.28% from 255 or 28.70% from 561); Blue value is 174 (68.36% from 255 or 31.02% from 561); Max value from RGB is 226 - color contains mainly: red. Hex color #E2A1AE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E2A1AE is #1D5E51. Grayscale: #B5B5B5. Windows color (decimal): -1924690 or 11444706. OLE color: 11444706.

HSL color Cylindrical-coordinate representation of color #E2A1AE: hue angle of 348º degrees, saturation: 0.53, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #E2A1AE is Cyan = 0, Magento = 0.29, Yellow = 0.23 and Black (K on CMYK) = 0.11.

Color convert

RGB226161174-
CMYK00.290.230.11
HSL348º52.85%75.88%-
HSV(B)348º28.76%88.63%-
XYZ51.7544.7145.95-
YUV181.92123.53159.44-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 40.29%
GREEN value IS 161 (63.28% from 255) = 28.70%
BLUE value IS 174 (68.36% from 255) = 31.02%
R=40.29%
G=28.70%
B=31.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.23
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22616117400.290.230.1134852.8575.88
HexE2A1AE01D17B15c354c
Octal342241256035271353465114
Binary1110001010100001101011100111011011110111010111001101011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2A1AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2A1AE; }

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

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

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

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

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

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

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

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