#E0A2C7

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

Shades of Shocking #E0A2C7

Tints of Shocking #E0A2C7

Color information

#E0A2C7 (or 0xE0A2C7) is unknown color: approx Shocking. HEX triplet: E0, A2 and C7. RGB value is (224,162,199). Sum of RGB (Red+Green+Blue) = 224+162+199=585 (77% of max value = 765). Red value is 224 (87.89% from 255 or 38.29% from 585); Green value is 162 (63.67% from 255 or 27.69% from 585); Blue value is 199 (78.12% from 255 or 34.02% from 585); Max value from RGB is 224 - color contains mainly: red. Hex color #E0A2C7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E0A2C7 is #1F5D38. Grayscale: #B8B8B8. Windows color (decimal): -2055481 or 13083360. OLE color: 13083360.

HSL color Cylindrical-coordinate representation of color #E0A2C7: hue angle of 324.19º 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 #E0A2C7 is Cyan = 0, Magento = 0.28, Yellow = 0.11 and Black (K on CMYK) = 0.12.

Color convert

RGB224162199-
CMYK00.280.110.12
HSL324.19º50%75.69%-
HSV(B)324.19º27.68%87.84%-
XYZ53.9745.8160.03-
YUV184.76136.04155.99-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 38.29%
GREEN value IS 162 (63.67% from 255) = 27.69%
BLUE value IS 199 (78.12% from 255) = 34.02%
R=38.29%
G=27.69%
B=34.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.11
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22416219900.280.110.12324.195075.69
HexE0A2C701CBC144324c
Octal340242307034131450462114
Binary111000001010001011000111011100101111001010001001100101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0A2C7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0A2C7; }

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

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

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

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

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

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

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

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