#E7A1CC

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

Shades of Shocking #E7A1CC

Tints of Shocking #E7A1CC

Color information

#E7A1CC (or 0xE7A1CC) is unknown color: approx Shocking. HEX triplet: E7, A1 and CC. RGB value is (231,161,204). Sum of RGB (Red+Green+Blue) = 231+161+204=596 (78% of max value = 765). Red value is 231 (90.62% from 255 or 38.76% from 596); Green value is 161 (63.28% from 255 or 27.01% from 596); Blue value is 204 (80.08% from 255 or 34.23% from 596); Max value from RGB is 231 - color contains mainly: red. Hex color #E7A1CC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E7A1CC is #185E33. Grayscale: #BABABA. Windows color (decimal): -1596980 or 13410791. OLE color: 13410791.

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

Color convert

RGB231161204-
CMYK00.300.120.09
HSL323.14º59.32%76.86%-
HSV(B)323.14º30.3%90.59%-
XYZ56.646.8463.18-
YUV186.83137.69159.5-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 38.76%
GREEN value IS 161 (63.28% from 255) = 27.01%
BLUE value IS 204 (80.08% from 255) = 34.23%
R=38.76%
G=27.01%
B=34.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.12
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23116120400.300.120.09323.1459.3276.86
HexE7A1CC01EC91433b4d
Octal347241314036141150373115
Binary111001111010000111001100011110110010011010000111110111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7A1CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7A1CC; }

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

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

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

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

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

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

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

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