#E7A2C0

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

Shades of Shocking #E7A2C0

Tints of Shocking #E7A2C0

Color information

#E7A2C0 (or 0xE7A2C0) is unknown color: approx Shocking. HEX triplet: E7, A2 and C0. RGB value is (231,162,192). Sum of RGB (Red+Green+Blue) = 231+162+192=585 (77% of max value = 765). Red value is 231 (90.62% from 255 or 39.49% from 585); Green value is 162 (63.67% from 255 or 27.69% from 585); Blue value is 192 (75.39% from 255 or 32.82% from 585); Max value from RGB is 231 - color contains mainly: red. Hex color #E7A2C0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E7A2C0 is #185D3F. Grayscale: #BABABA. Windows color (decimal): -1596736 or 12624615. OLE color: 12624615.

HSL color Cylindrical-coordinate representation of color #E7A2C0: hue angle of 333.91º 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 #E7A2C0 is Cyan = 0, Magento = 0.30, Yellow = 0.17 and Black (K on CMYK) = 0.09.

Color convert

RGB231162192-
CMYK00.300.170.09
HSL333.91º58.97%77.06%-
HSV(B)333.91º29.87%90.59%-
XYZ55.3946.6455.95-
YUV186.05131.36160.06-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 39.49%
GREEN value IS 162 (63.67% from 255) = 27.69%
BLUE value IS 192 (75.39% from 255) = 32.82%
R=39.49%
G=27.69%
B=32.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.17
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23116219200.300.170.09333.9158.9777.06
HexE7A2C001E11914e3b4d
Octal347242300036211151673115
Binary1110011110100010110000000111101000110011010011101110111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7A2C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7A2C0; }

 p { color: rgb(231,162,192); }

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

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

 a { background-color: rgb(231,162,192); }

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

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

 span { border-color: rgb(231,162,192); }

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