#E0A9C5

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

Shades of Shocking #E0A9C5

Tints of Shocking #E0A9C5

Color information

#E0A9C5 (or 0xE0A9C5) is unknown color: approx Shocking. HEX triplet: E0, A9 and C5. RGB value is (224,169,197). Sum of RGB (Red+Green+Blue) = 224+169+197=590 (78% of max value = 765). Red value is 224 (87.89% from 255 or 37.97% from 590); Green value is 169 (66.41% from 255 or 28.64% from 590); Blue value is 197 (77.34% from 255 or 33.39% from 590); Max value from RGB is 224 - color contains mainly: red. Hex color #E0A9C5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E0A9C5 is #1F563A. Grayscale: #BCBCBC. Windows color (decimal): -2053691 or 12954080. OLE color: 12954080.

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

Color convert

RGB224169197-
CMYK00.250.120.12
HSL329.45º47.01%77.06%-
HSV(B)329.45º24.55%87.84%-
XYZ55.0148.2559.24-
YUV188.64132.72153.22-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 37.97%
GREEN value IS 169 (66.41% from 255) = 28.64%
BLUE value IS 197 (77.34% from 255) = 33.39%
R=37.97%
G=28.64%
B=33.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.12
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22416919700.250.120.12329.4547.0177.06
HexE0A9C5019CC1492f4d
Octal340251305031141451157115
Binary111000001010100111000101011001110011001010010011011111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0A9C5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0A9C5; }

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

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

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

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

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

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

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

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