#E0A5C5

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

Shades of Shocking #E0A5C5

Tints of Shocking #E0A5C5

Color information

#E0A5C5 (or 0xE0A5C5) is unknown color: approx Shocking. HEX triplet: E0, A5 and C5. RGB value is (224,165,197). Sum of RGB (Red+Green+Blue) = 224+165+197=586 (77% of max value = 765). Red value is 224 (87.89% from 255 or 38.23% from 586); Green value is 165 (64.84% from 255 or 28.16% from 586); Blue value is 197 (77.34% from 255 or 33.62% from 586); Max value from RGB is 224 - color contains mainly: red. Hex color #E0A5C5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E0A5C5 is #1F5A3A. Grayscale: #BABABA. Windows color (decimal): -2054715 or 12953056. OLE color: 12953056.

HSL color Cylindrical-coordinate representation of color #E0A5C5: hue angle of 327.46º degrees, saturation: 0.49, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #E0A5C5 is Cyan = 0, Magento = 0.26, Yellow = 0.12 and Black (K on CMYK) = 0.12.

Color convert

RGB224165197-
CMYK00.260.120.12
HSL327.46º48.76%76.27%-
HSV(B)327.46º26.34%87.84%-
XYZ54.2746.7958.99-
YUV186.29134.05154.9-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 38.23%
GREEN value IS 165 (64.84% from 255) = 28.16%
BLUE value IS 197 (77.34% from 255) = 33.62%
R=38.23%
G=28.16%
B=33.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.12
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22416519700.260.120.12327.4648.7676.27
HexE0A5C501ACC147314c
Octal340245305032141450761114
Binary111000001010010111000101011010110011001010001111100011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0A5C5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0A5C5; }

 p { color: rgb(224,165,197); }

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

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

 a { background-color: rgb(224,165,197); }

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

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

 span { border-color: rgb(224,165,197); }

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