#E5A3D0

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

Shades of Shocking #E5A3D0

Tints of Shocking #E5A3D0

Color information

#E5A3D0 (or 0xE5A3D0) is unknown color: approx Shocking. HEX triplet: E5, A3 and D0. RGB value is (229,163,208). Sum of RGB (Red+Green+Blue) = 229+163+208=600 (79% of max value = 765). Red value is 229 (89.84% from 255 or 38.17% from 600); Green value is 163 (64.06% from 255 or 27.17% from 600); Blue value is 208 (81.64% from 255 or 34.67% from 600); Max value from RGB is 229 - color contains mainly: red. Hex color #E5A3D0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E5A3D0 is #1A5C2F. Grayscale: #BBBBBB. Windows color (decimal): -1727536 or 13673445. OLE color: 13673445.

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

Color convert

RGB229163208-
CMYK00.290.090.10
HSL319.09º55.93%76.86%-
HSV(B)319.09º28.82%89.8%-
XYZ56.847.4165.83-
YUV187.86139.37157.34-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 38.17%
GREEN value IS 163 (64.06% from 255) = 27.17%
BLUE value IS 208 (81.64% from 255) = 34.67%
R=38.17%
G=27.17%
B=34.67%

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
Decimal22916320800.290.090.10319.0955.9376.86
HexE5A3D001D9A13f384d
Octal345243320035111247770115
Binary111001011010001111010000011101100110101001111111110001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5A3D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E5A3D0; }

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

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

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

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

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

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

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

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