#E7A6CF

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

Shades of Shocking #E7A6CF

Tints of Shocking #E7A6CF

Color information

#E7A6CF (or 0xE7A6CF) is unknown color: approx Shocking. HEX triplet: E7, A6 and CF. RGB value is (231,166,207). Sum of RGB (Red+Green+Blue) = 231+166+207=604 (80% of max value = 765). Red value is 231 (90.62% from 255 or 38.25% from 604); Green value is 166 (65.23% from 255 or 27.48% from 604); Blue value is 207 (81.25% from 255 or 34.27% from 604); Max value from RGB is 231 - color contains mainly: red. Hex color #E7A6CF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E7A6CF is #185930. Grayscale: #BEBEBE. Windows color (decimal): -1595697 or 13608679. OLE color: 13608679.

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

Color convert

RGB231166207-
CMYK00.280.100.09
HSL322.15º57.52%77.84%-
HSV(B)322.15º28.14%90.59%-
XYZ57.8548.7765.4-
YUV190.11137.53157.17-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 38.25%
GREEN value IS 166 (65.23% from 255) = 27.48%
BLUE value IS 207 (81.25% from 255) = 34.27%
R=38.25%
G=27.48%
B=34.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.10
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23116620700.280.100.09322.1557.5277.84
HexE7A6CF01CA91423a4e
Octal347246317034121150272116
Binary111001111010011011001111011100101010011010000101110101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7A6CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7A6CF; }

 p { color: rgb(231,166,207); }

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

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

 a { background-color: rgb(231,166,207); }

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

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

 span { border-color: rgb(231,166,207); }

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