#E5AAC9

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

Shades of Shocking #E5AAC9

Tints of Shocking #E5AAC9

Color information

#E5AAC9 (or 0xE5AAC9) is unknown color: approx Shocking. HEX triplet: E5, AA and C9. RGB value is (229,170,201). Sum of RGB (Red+Green+Blue) = 229+170+201=600 (79% of max value = 765). Red value is 229 (89.84% from 255 or 38.17% from 600); Green value is 170 (66.80% from 255 or 28.33% from 600); Blue value is 201 (78.91% from 255 or 33.5% from 600); Max value from RGB is 229 - color contains mainly: red. Hex color #E5AAC9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E5AAC9 is #1A5536. Grayscale: #BFBFBF. Windows color (decimal): -1725751 or 13216485. OLE color: 13216485.

HSL color Cylindrical-coordinate representation of color #E5AAC9: hue angle of 328.47º degrees, saturation: 0.53, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #E5AAC9 is Cyan = 0, Magento = 0.26, Yellow = 0.12 and Black (K on CMYK) = 0.10.

Color convert

RGB229170201-
CMYK00.260.120.10
HSL328.47º53.15%78.24%-
HSV(B)328.47º25.76%89.8%-
XYZ57.2349.6261.82-
YUV191.18133.55154.98-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 38.17%
GREEN value IS 170 (66.80% from 255) = 28.33%
BLUE value IS 201 (78.91% from 255) = 33.5%
R=38.17%
G=28.33%
B=33.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.12
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal22917020100.260.120.10328.4753.1578.24
HexE5AAC901ACA148354e
Octal345252311032141251065116
Binary111001011010101011001001011010110010101010010001101011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5AAC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E5AAC9; }

 p { color: rgb(229,170,201); }

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

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

 a { background-color: rgb(229,170,201); }

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

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

 span { border-color: rgb(229,170,201); }

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