#E5A7C9

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

Shades of Shocking #E5A7C9

Tints of Shocking #E5A7C9

Color information

#E5A7C9 (or 0xE5A7C9) is unknown color: approx Shocking. HEX triplet: E5, A7 and C9. RGB value is (229,167,201). Sum of RGB (Red+Green+Blue) = 229+167+201=597 (79% of max value = 765). Red value is 229 (89.84% from 255 or 38.36% from 597); Green value is 167 (65.62% from 255 or 27.97% from 597); Blue value is 201 (78.91% from 255 or 33.67% from 597); Max value from RGB is 229 - color contains mainly: red. Hex color #E5A7C9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E5A7C9 is #1A5836. Grayscale: #BDBDBD. Windows color (decimal): -1726519 or 13215717. OLE color: 13215717.

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

Color convert

RGB229167201-
CMYK00.270.120.10
HSL327.1º54.39%77.65%-
HSV(B)327.1º27.07%89.8%-
XYZ56.6748.5161.64-
YUV189.41134.54156.24-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 38.36%
GREEN value IS 167 (65.62% from 255) = 27.97%
BLUE value IS 201 (78.91% from 255) = 33.67%
R=38.36%
G=27.97%
B=33.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.12
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal22916720100.270.120.10327.154.3977.65
HexE5A7C901BCA147364e
Octal345247311033141250766116
Binary111001011010011111001001011011110010101010001111101101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5A7C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E5A7C9; }

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

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

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

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

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

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

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

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