#E7A4CC

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

Shades of Shocking #E7A4CC

Tints of Shocking #E7A4CC

Color information

#E7A4CC (or 0xE7A4CC) is unknown color: approx Shocking. HEX triplet: E7, A4 and CC. RGB value is (231,164,204). Sum of RGB (Red+Green+Blue) = 231+164+204=599 (79% of max value = 765). Red value is 231 (90.62% from 255 or 38.56% from 599); Green value is 164 (64.45% from 255 or 27.38% from 599); Blue value is 204 (80.08% from 255 or 34.06% from 599); Max value from RGB is 231 - color contains mainly: red. Hex color #E7A4CC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E7A4CC is #185B33. Grayscale: #BCBCBC. Windows color (decimal): -1596212 or 13411559. OLE color: 13411559.

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

Color convert

RGB231164204-
CMYK00.290.120.09
HSL324.18º58.26%77.45%-
HSV(B)324.18º29%90.59%-
XYZ57.1347.963.36-
YUV188.59136.7158.25-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 38.56%
GREEN value IS 164 (64.45% from 255) = 27.38%
BLUE value IS 204 (80.08% from 255) = 34.06%
R=38.56%
G=27.38%
B=34.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.12
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23116420400.290.120.09324.1858.2677.45
HexE7A4CC01DC91443a4d
Octal347244314035141150472115
Binary111001111010010011001100011101110010011010001001110101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7A4CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7A4CC; }

 p { color: rgb(231,164,204); }

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

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

 a { background-color: rgb(231,164,204); }

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

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

 span { border-color: rgb(231,164,204); }

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