#E5A6C4

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

Shades of Shocking #E5A6C4

Tints of Shocking #E5A6C4

Color information

#E5A6C4 (or 0xE5A6C4) is unknown color: approx Shocking. HEX triplet: E5, A6 and C4. RGB value is (229,166,196). Sum of RGB (Red+Green+Blue) = 229+166+196=591 (78% of max value = 765). Red value is 229 (89.84% from 255 or 38.75% from 591); Green value is 166 (65.23% from 255 or 28.09% from 591); Blue value is 196 (76.95% from 255 or 33.16% from 591); Max value from RGB is 229 - color contains mainly: red. Hex color #E5A6C4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E5A6C4 is #1A593B. Grayscale: #BCBCBC. Windows color (decimal): -1726780 or 12887781. OLE color: 12887781.

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

Color convert

RGB229166196-
CMYK00.280.140.10
HSL331.43º54.78%77.45%-
HSV(B)331.43º27.51%89.8%-
XYZ55.9147.9258.53-
YUV188.26132.37157.06-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 38.75%
GREEN value IS 166 (65.23% from 255) = 28.09%
BLUE value IS 196 (76.95% from 255) = 33.16%
R=38.75%
G=28.09%
B=33.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.14
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal22916619600.280.140.10331.4354.7877.45
HexE5A6C401CEA14b374d
Octal345246304034161251367115
Binary111001011010011011000100011100111010101010010111101111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5A6C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E5A6C4; }

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

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

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

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

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

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

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

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