#E7A2B8

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

Shades of Shocking #E7A2B8

Tints of Shocking #E7A2B8

Color information

#E7A2B8 (or 0xE7A2B8) is unknown color: approx Shocking. HEX triplet: E7, A2 and B8. RGB value is (231,162,184). Sum of RGB (Red+Green+Blue) = 231+162+184=577 (76% of max value = 765). Red value is 231 (90.62% from 255 or 40.03% from 577); Green value is 162 (63.67% from 255 or 28.08% from 577); Blue value is 184 (72.27% from 255 or 31.89% from 577); Max value from RGB is 231 - color contains mainly: red. Hex color #E7A2B8 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E7A2B8 is #185D47. Grayscale: #B9B9B9. Windows color (decimal): -1596744 or 12100327. OLE color: 12100327.

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

Color convert

RGB231162184-
CMYK00.300.200.09
HSL340.87º58.97%77.06%-
HSV(B)340.87º29.87%90.59%-
XYZ54.5346.2951.41-
YUV185.14127.36160.71-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 40.03%
GREEN value IS 162 (63.67% from 255) = 28.08%
BLUE value IS 184 (72.27% from 255) = 31.89%
R=40.03%
G=28.08%
B=31.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.20
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23116218400.300.200.09340.8758.9777.06
HexE7A2B801E1491553b4d
Octal347242270036241152573115
Binary1110011110100010101110000111101010010011010101011110111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7A2B8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7A2B8; }

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

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

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

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

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

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

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

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