#E5A7CE

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

Shades of Shocking #E5A7CE

Tints of Shocking #E5A7CE

Color information

#E5A7CE (or 0xE5A7CE) is unknown color: approx Shocking. HEX triplet: E5, A7 and CE. RGB value is (229,167,206). Sum of RGB (Red+Green+Blue) = 229+167+206=602 (79% of max value = 765). Red value is 229 (89.84% from 255 or 38.04% from 602); Green value is 167 (65.62% from 255 or 27.74% from 602); Blue value is 206 (80.86% from 255 or 34.22% from 602); Max value from RGB is 229 - color contains mainly: red. Hex color #E5A7CE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E5A7CE is #1A5831. Grayscale: #BDBDBD. Windows color (decimal): -1726514 or 13543397. OLE color: 13543397.

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

Color convert

RGB229167206-
CMYK00.270.100.10
HSL322.26º54.39%77.65%-
HSV(B)322.26º27.07%89.8%-
XYZ57.2748.7564.78-
YUV189.98137.04155.83-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 38.04%
GREEN value IS 167 (65.62% from 255) = 27.74%
BLUE value IS 206 (80.86% from 255) = 34.22%
R=38.04%
G=27.74%
B=34.22%

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
Decimal22916720600.270.100.10322.2654.3977.65
HexE5A7CE01BAA142364e
Octal345247316033121250266116
Binary111001011010011111001110011011101010101010000101101101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5A7CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E5A7CE; }

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

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

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

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

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

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

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

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