#E0A2C5

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

Shades of Shocking #E0A2C5

Tints of Shocking #E0A2C5

Color information

#E0A2C5 (or 0xE0A2C5) is unknown color: approx Shocking. HEX triplet: E0, A2 and C5. RGB value is (224,162,197). Sum of RGB (Red+Green+Blue) = 224+162+197=583 (77% of max value = 765). Red value is 224 (87.89% from 255 or 38.42% from 583); Green value is 162 (63.67% from 255 or 27.79% from 583); Blue value is 197 (77.34% from 255 or 33.79% from 583); Max value from RGB is 224 - color contains mainly: red. Hex color #E0A2C5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E0A2C5 is #1F5D3A. Grayscale: #B8B8B8. Windows color (decimal): -2055483 or 12952288. OLE color: 12952288.

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

Color convert

RGB224162197-
CMYK00.280.120.12
HSL326.13º50%75.69%-
HSV(B)326.13º27.68%87.84%-
XYZ53.7445.7258.82-
YUV184.53135.04156.15-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 38.42%
GREEN value IS 162 (63.67% from 255) = 27.79%
BLUE value IS 197 (77.34% from 255) = 33.79%
R=38.42%
G=27.79%
B=33.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.12
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22416219700.280.120.12326.135075.69
HexE0A2C501CCC146324c
Octal340242305034141450662114
Binary111000001010001011000101011100110011001010001101100101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0A2C5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0A2C5; }

 p { color: rgb(224,162,197); }

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

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

 a { background-color: rgb(224,162,197); }

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

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

 span { border-color: rgb(224,162,197); }

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