#E0A7CC

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

Shades of Shocking #E0A7CC

Tints of Shocking #E0A7CC

Color information

#E0A7CC (or 0xE0A7CC) is unknown color: approx Shocking. HEX triplet: E0, A7 and CC. RGB value is (224,167,204). Sum of RGB (Red+Green+Blue) = 224+167+204=595 (78% of max value = 765). Red value is 224 (87.89% from 255 or 37.65% from 595); Green value is 167 (65.62% from 255 or 28.07% from 595); Blue value is 204 (80.08% from 255 or 34.29% from 595); Max value from RGB is 224 - color contains mainly: red. Hex color #E0A7CC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E0A7CC is #1F5833. Grayscale: #BCBCBC. Windows color (decimal): -2054196 or 13412320. OLE color: 13412320.

HSL color Cylindrical-coordinate representation of color #E0A7CC: hue angle of 321.05º degrees, saturation: 0.48, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #E0A7CC is Cyan = 0, Magento = 0.25, Yellow = 0.09 and Black (K on CMYK) = 0.12.

Color convert

RGB224167204-
CMYK00.250.090.12
HSL321.05º47.9%76.67%-
HSV(B)321.05º25.45%87.84%-
XYZ55.4647.8463.44-
YUV188.26136.88153.49-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 37.65%
GREEN value IS 167 (65.62% from 255) = 28.07%
BLUE value IS 204 (80.08% from 255) = 34.29%
R=37.65%
G=28.07%
B=34.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.09
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22416720400.250.090.12321.0547.976.67
HexE0A7CC0199C141304d
Octal340247314031111450160115
Binary111000001010011111001100011001100111001010000011100001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0A7CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0A7CC; }

 p { color: rgb(224,167,204); }

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

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

 a { background-color: rgb(224,167,204); }

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

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

 span { border-color: rgb(224,167,204); }

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