#E5A7C4

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

Shades of Shocking #E5A7C4

Tints of Shocking #E5A7C4

Color information

#E5A7C4 (or 0xE5A7C4) is unknown color: approx Shocking. HEX triplet: E5, A7 and C4. RGB value is (229,167,196). Sum of RGB (Red+Green+Blue) = 229+167+196=592 (78% of max value = 765). Red value is 229 (89.84% from 255 or 38.68% from 592); Green value is 167 (65.62% from 255 or 28.21% from 592); Blue value is 196 (76.95% from 255 or 33.11% from 592); Max value from RGB is 229 - color contains mainly: red. Hex color #E5A7C4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E5A7C4 is #1A583B. Grayscale: #BCBCBC. Windows color (decimal): -1726524 or 12888037. OLE color: 12888037.

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

Color convert

RGB229167196-
CMYK00.270.140.10
HSL331.94º54.39%77.65%-
HSV(B)331.94º27.07%89.8%-
XYZ56.148.2858.59-
YUV188.84132.04156.64-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 38.68%
GREEN value IS 167 (65.62% from 255) = 28.21%
BLUE value IS 196 (76.95% from 255) = 33.11%
R=38.68%
G=28.21%
B=33.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.14
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal22916719600.270.140.10331.9454.3977.65
HexE5A7C401BEA14c364e
Octal345247304033161251466116
Binary111001011010011111000100011011111010101010011001101101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5A7C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E5A7C4; }

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

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

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

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

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

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

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

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