#E5A7CD

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

Shades of Shocking #E5A7CD

Tints of Shocking #E5A7CD

Color information

#E5A7CD (or 0xE5A7CD) is unknown color: approx Shocking. HEX triplet: E5, A7 and CD. RGB value is (229,167,205). Sum of RGB (Red+Green+Blue) = 229+167+205=601 (79% of max value = 765). Red value is 229 (89.84% from 255 or 38.10% from 601); Green value is 167 (65.62% from 255 or 27.79% from 601); Blue value is 205 (80.47% from 255 or 34.11% from 601); Max value from RGB is 229 - color contains mainly: red. Hex color #E5A7CD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E5A7CD is #1A5832. Grayscale: #BDBDBD. Windows color (decimal): -1726515 or 13477861. OLE color: 13477861.

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

Color convert

RGB229167205-
CMYK00.270.100.10
HSL323.23º54.39%77.65%-
HSV(B)323.23º27.07%89.8%-
XYZ57.1548.764.15-
YUV189.87136.54155.91-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 38.10%
GREEN value IS 167 (65.62% from 255) = 27.79%
BLUE value IS 205 (80.47% from 255) = 34.11%
R=38.10%
G=27.79%
B=34.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.10
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal22916720500.270.100.10323.2354.3977.65
HexE5A7CD01BAA143364e
Octal345247315033121250366116
Binary111001011010011111001101011011101010101010000111101101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5A7CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E5A7CD; }

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

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

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

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

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

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

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

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