#E7A2D0

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

Shades of Shocking #E7A2D0

Tints of Shocking #E7A2D0

Color information

#E7A2D0 (or 0xE7A2D0) is unknown color: approx Shocking. HEX triplet: E7, A2 and D0. RGB value is (231,162,208). Sum of RGB (Red+Green+Blue) = 231+162+208=601 (79% of max value = 765). Red value is 231 (90.62% from 255 or 38.44% from 601); Green value is 162 (63.67% from 255 or 26.96% from 601); Blue value is 208 (81.64% from 255 or 34.61% from 601); Max value from RGB is 231 - color contains mainly: red. Hex color #E7A2D0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E7A2D0 is #185D2F. Grayscale: #BBBBBB. Windows color (decimal): -1596720 or 13673191. OLE color: 13673191.

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

Color convert

RGB231162208-
CMYK00.300.100.09
HSL320º58.97%77.06%-
HSV(B)320º29.87%90.59%-
XYZ57.2647.3865.8-
YUV187.88139.36158.76-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 38.44%
GREEN value IS 162 (63.67% from 255) = 26.96%
BLUE value IS 208 (81.64% from 255) = 34.61%
R=38.44%
G=26.96%
B=34.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.10
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23116220800.300.100.0932058.9777.06
HexE7A2D001EA91403b4d
Octal347242320036121150073115
Binary111001111010001011010000011110101010011010000001110111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7A2D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7A2D0; }

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

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

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

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

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

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

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

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