#E7A2C3

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

Shades of Shocking #E7A2C3

Tints of Shocking #E7A2C3

Color information

#E7A2C3 (or 0xE7A2C3) is unknown color: approx Shocking. HEX triplet: E7, A2 and C3. RGB value is (231,162,195). Sum of RGB (Red+Green+Blue) = 231+162+195=588 (77% of max value = 765). Red value is 231 (90.62% from 255 or 39.29% from 588); Green value is 162 (63.67% from 255 or 27.55% from 588); Blue value is 195 (76.56% from 255 or 33.16% from 588); Max value from RGB is 231 - color contains mainly: red. Hex color #E7A2C3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E7A2C3 is #185D3C. Grayscale: #BABABA. Windows color (decimal): -1596733 or 12821223. OLE color: 12821223.

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

Color convert

RGB231162195-
CMYK00.300.160.09
HSL331.3º58.97%77.06%-
HSV(B)331.3º29.87%90.59%-
XYZ55.7346.7757.72-
YUV186.39132.86159.82-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 39.29%
GREEN value IS 162 (63.67% from 255) = 27.55%
BLUE value IS 195 (76.56% from 255) = 33.16%
R=39.29%
G=27.55%
B=33.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.16
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23116219500.300.160.09331.358.9777.06
HexE7A2C301E10914b3b4d
Octal347242303036201151373115
Binary1110011110100010110000110111101000010011010010111110111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7A2C3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7A2C3; }

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

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

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

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

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

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

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

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