#E7A2BA

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

Shades of Shocking #E7A2BA

Tints of Shocking #E7A2BA

Color information

#E7A2BA (or 0xE7A2BA) is unknown color: approx Shocking. HEX triplet: E7, A2 and BA. RGB value is (231,162,186). Sum of RGB (Red+Green+Blue) = 231+162+186=579 (76% of max value = 765). Red value is 231 (90.62% from 255 or 39.90% from 579); Green value is 162 (63.67% from 255 or 27.98% from 579); Blue value is 186 (73.05% from 255 or 32.12% from 579); Max value from RGB is 231 - color contains mainly: red. Hex color #E7A2BA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E7A2BA is #185D45. Grayscale: #B9B9B9. Windows color (decimal): -1596742 or 12231399. OLE color: 12231399.

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

Color convert

RGB231162186-
CMYK00.300.190.09
HSL339.13º58.97%77.06%-
HSV(B)339.13º29.87%90.59%-
XYZ54.7446.3752.52-
YUV185.37128.36160.55-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 39.90%
GREEN value IS 162 (63.67% from 255) = 27.98%
BLUE value IS 186 (73.05% from 255) = 32.12%
R=39.90%
G=27.98%
B=32.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.19
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23116218600.300.190.09339.1358.9777.06
HexE7A2BA01E1391533b4d
Octal347242272036231152373115
Binary1110011110100010101110100111101001110011010100111110111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7A2BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7A2BA; }

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

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

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

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

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

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

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

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