#E0AAC4

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

Shades of Shocking #E0AAC4

Tints of Shocking #E0AAC4

Color information

#E0AAC4 (or 0xE0AAC4) is unknown color: approx Shocking. HEX triplet: E0, AA and C4. RGB value is (224,170,196). Sum of RGB (Red+Green+Blue) = 224+170+196=590 (78% of max value = 765). Red value is 224 (87.89% from 255 or 37.97% from 590); Green value is 170 (66.80% from 255 or 28.81% from 590); Blue value is 196 (76.95% from 255 or 33.22% from 590); Max value from RGB is 224 - color contains mainly: red. Hex color #E0AAC4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E0AAC4 is #1F553B. Grayscale: #BDBDBD. Windows color (decimal): -2053436 or 12888800. OLE color: 12888800.

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

Color convert

RGB224170196-
CMYK00.240.120.12
HSL331.11º46.55%77.25%-
HSV(B)331.11º24.11%87.84%-
XYZ55.0848.5858.7-
YUV189.11131.89152.89-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 37.97%
GREEN value IS 170 (66.80% from 255) = 28.81%
BLUE value IS 196 (76.95% from 255) = 33.22%
R=37.97%
G=28.81%
B=33.22%

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
Decimal22417019600.240.120.12331.1146.5577.25
HexE0AAC4018CC14b2f4d
Octal340252304030141451357115
Binary111000001010101011000100011000110011001010010111011111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0AAC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0AAC4; }

 p { color: rgb(224,170,196); }

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

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

 a { background-color: rgb(224,170,196); }

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

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

 span { border-color: rgb(224,170,196); }

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