#E7A2BE

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

Shades of Shocking #E7A2BE

Tints of Shocking #E7A2BE

Color information

#E7A2BE (or 0xE7A2BE) is unknown color: approx Shocking. HEX triplet: E7, A2 and BE. RGB value is (231,162,190). Sum of RGB (Red+Green+Blue) = 231+162+190=583 (77% of max value = 765). Red value is 231 (90.62% from 255 or 39.62% from 583); Green value is 162 (63.67% from 255 or 27.79% from 583); Blue value is 190 (74.61% from 255 or 32.59% from 583); Max value from RGB is 231 - color contains mainly: red. Hex color #E7A2BE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E7A2BE is #185D41. Grayscale: #B9B9B9. Windows color (decimal): -1596738 or 12493543. OLE color: 12493543.

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

Color convert

RGB231162190-
CMYK00.300.180.09
HSL335.65º58.97%77.06%-
HSV(B)335.65º29.87%90.59%-
XYZ55.1746.5554.79-
YUV185.82130.36160.22-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 39.62%
GREEN value IS 162 (63.67% from 255) = 27.79%
BLUE value IS 190 (74.61% from 255) = 32.59%
R=39.62%
G=27.79%
B=32.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.18
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23116219000.300.180.09335.6558.9777.06
HexE7A2BE01E1291503b4d
Octal347242276036221152073115
Binary1110011110100010101111100111101001010011010100001110111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7A2BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7A2BE; }

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

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

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

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

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

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

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

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