#E7A2CB

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

Shades of Shocking #E7A2CB

Tints of Shocking #E7A2CB

Color information

#E7A2CB (or 0xE7A2CB) is unknown color: approx Shocking. HEX triplet: E7, A2 and CB. RGB value is (231,162,203). Sum of RGB (Red+Green+Blue) = 231+162+203=596 (78% of max value = 765). Red value is 231 (90.62% from 255 or 38.76% from 596); Green value is 162 (63.67% from 255 or 27.18% from 596); Blue value is 203 (79.69% from 255 or 34.06% from 596); Max value from RGB is 231 - color contains mainly: red. Hex color #E7A2CB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E7A2CB is #185D34. Grayscale: #BBBBBB. Windows color (decimal): -1596725 or 13345511. OLE color: 13345511.

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

Color convert

RGB231162203-
CMYK00.300.120.09
HSL324.35º58.97%77.06%-
HSV(B)324.35º29.87%90.59%-
XYZ56.6547.1462.61-
YUV187.3136.86159.17-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 38.76%
GREEN value IS 162 (63.67% from 255) = 27.18%
BLUE value IS 203 (79.69% from 255) = 34.06%
R=38.76%
G=27.18%
B=34.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.12
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23116220300.300.120.09324.3558.9777.06
HexE7A2CB01EC91443b4d
Octal347242313036141150473115
Binary111001111010001011001011011110110010011010001001110111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7A2CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7A2CB; }

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

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

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

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

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

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

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

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