#E5AAC8

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

Shades of Shocking #E5AAC8

Tints of Shocking #E5AAC8

Color information

#E5AAC8 (or 0xE5AAC8) is unknown color: approx Shocking. HEX triplet: E5, AA and C8. RGB value is (229,170,200). Sum of RGB (Red+Green+Blue) = 229+170+200=599 (79% of max value = 765). Red value is 229 (89.84% from 255 or 38.23% from 599); Green value is 170 (66.80% from 255 or 28.38% from 599); Blue value is 200 (78.52% from 255 or 33.39% from 599); Max value from RGB is 229 - color contains mainly: red. Hex color #E5AAC8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E5AAC8 is #1A5537. Grayscale: #BFBFBF. Windows color (decimal): -1725752 or 13150949. OLE color: 13150949.

HSL color Cylindrical-coordinate representation of color #E5AAC8: hue angle of 329.49º 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 #E5AAC8 is Cyan = 0, Magento = 0.26, Yellow = 0.13 and Black (K on CMYK) = 0.10.

Color convert

RGB229170200-
CMYK00.260.130.10
HSL329.49º53.15%78.24%-
HSV(B)329.49º25.76%89.8%-
XYZ57.1149.5861.2-
YUV191.06133.05155.06-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 38.23%
GREEN value IS 170 (66.80% from 255) = 28.38%
BLUE value IS 200 (78.52% from 255) = 33.39%
R=38.23%
G=28.38%
B=33.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.13
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal22917020000.260.130.10329.4953.1578.24
HexE5AAC801ADA149354e
Octal345252310032151251165116
Binary111001011010101011001000011010110110101010010011101011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5AAC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E5AAC8; }

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

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

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

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

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

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

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

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