#E5A5CD

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

Shades of Shocking #E5A5CD

Tints of Shocking #E5A5CD

Color information

#E5A5CD (or 0xE5A5CD) is unknown color: approx Shocking. HEX triplet: E5, A5 and CD. RGB value is (229,165,205). Sum of RGB (Red+Green+Blue) = 229+165+205=599 (79% of max value = 765). Red value is 229 (89.84% from 255 or 38.23% from 599); Green value is 165 (64.84% from 255 or 27.55% from 599); Blue value is 205 (80.47% from 255 or 34.22% from 599); Max value from RGB is 229 - color contains mainly: red. Hex color #E5A5CD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E5A5CD is #1A5A32. Grayscale: #BCBCBC. Windows color (decimal): -1727027 or 13477349. OLE color: 13477349.

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

Color convert

RGB229165205-
CMYK00.280.100.10
HSL322.5º55.17%77.25%-
HSV(B)322.5º27.95%89.8%-
XYZ56.7947.9864.02-
YUV188.7137.2156.75-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 38.23%
GREEN value IS 165 (64.84% from 255) = 27.55%
BLUE value IS 205 (80.47% from 255) = 34.22%
R=38.23%
G=27.55%
B=34.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.10
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal22916520500.280.100.10322.555.1777.25
HexE5A5CD01CAA142374d
Octal345245315034121250267115
Binary111001011010010111001101011100101010101010000101101111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5A5CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E5A5CD; }

 p { color: rgb(229,165,205); }

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

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

 a { background-color: rgb(229,165,205); }

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

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

 span { border-color: rgb(229,165,205); }

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