#E5A2D0

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

Shades of Shocking #E5A2D0

Tints of Shocking #E5A2D0

Color information

#E5A2D0 (or 0xE5A2D0) is unknown color: approx Shocking. HEX triplet: E5, A2 and D0. RGB value is (229,162,208). Sum of RGB (Red+Green+Blue) = 229+162+208=599 (79% of max value = 765). Red value is 229 (89.84% from 255 or 38.23% from 599); Green value is 162 (63.67% from 255 or 27.05% from 599); Blue value is 208 (81.64% from 255 or 34.72% from 599); Max value from RGB is 229 - color contains mainly: red. Hex color #E5A2D0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E5A2D0 is #1A5D2F. Grayscale: #BBBBBB. Windows color (decimal): -1727792 or 13673189. OLE color: 13673189.

HSL color Cylindrical-coordinate representation of color #E5A2D0: hue angle of 318.81º degrees, saturation: 0.56, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #E5A2D0 is Cyan = 0, Magento = 0.29, Yellow = 0.09 and Black (K on CMYK) = 0.10.

Color convert

RGB229162208-
CMYK00.290.090.10
HSL318.81º56.3%76.67%-
HSV(B)318.81º29.26%89.8%-
XYZ56.6247.0565.77-
YUV187.28139.7157.76-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 38.23%
GREEN value IS 162 (63.67% from 255) = 27.05%
BLUE value IS 208 (81.64% from 255) = 34.72%
R=38.23%
G=27.05%
B=34.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.09
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal22916220800.290.090.10318.8156.376.67
HexE5A2D001D9A13f384d
Octal345242320035111247770115
Binary111001011010001011010000011101100110101001111111110001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5A2D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E5A2D0; }

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

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

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

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

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

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

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

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