#E1AAC7

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

Shades of Shocking #E1AAC7

Tints of Shocking #E1AAC7

Color information

#E1AAC7 (or 0xE1AAC7) is unknown color: approx Shocking. HEX triplet: E1, AA and C7. RGB value is (225,170,199). Sum of RGB (Red+Green+Blue) = 225+170+199=594 (78% of max value = 765). Red value is 225 (88.28% from 255 or 37.88% from 594); Green value is 170 (66.80% from 255 or 28.62% from 594); Blue value is 199 (78.12% from 255 or 33.50% from 594); Max value from RGB is 225 - color contains mainly: red. Hex color #E1AAC7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E1AAC7 is #1E5538. Grayscale: #BDBDBD. Windows color (decimal): -1987897 or 13085409. OLE color: 13085409.

HSL color Cylindrical-coordinate representation of color #E1AAC7: hue angle of 328.36º degrees, saturation: 0.48, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #E1AAC7 is Cyan = 0, Magento = 0.24, Yellow = 0.12 and Black (K on CMYK) = 0.12.

Color convert

RGB225170199-
CMYK00.240.120.12
HSL328.36º47.83%77.45%-
HSV(B)328.36º24.44%88.24%-
XYZ55.7348.8860.53-
YUV189.75133.22153.14-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 37.88%
GREEN value IS 170 (66.80% from 255) = 28.62%
BLUE value IS 199 (78.12% from 255) = 33.50%
R=37.88%
G=28.62%
B=33.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.12
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22517019900.240.120.12328.3647.8377.45
HexE1AAC7018CC148304d
Octal341252307030141451060115
Binary111000011010101011000111011000110011001010010001100001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1AAC7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1AAC7; }

 p { color: rgb(225,170,199); }

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

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

 a { background-color: rgb(225,170,199); }

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

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

 span { border-color: rgb(225,170,199); }

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