#E0A9C1

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

Shades of Shocking #E0A9C1

Tints of Shocking #E0A9C1

Color information

#E0A9C1 (or 0xE0A9C1) is unknown color: approx Shocking. HEX triplet: E0, A9 and C1. RGB value is (224,169,193). Sum of RGB (Red+Green+Blue) = 224+169+193=586 (77% of max value = 765). Red value is 224 (87.89% from 255 or 38.23% from 586); Green value is 169 (66.41% from 255 or 28.84% from 586); Blue value is 193 (75.78% from 255 or 32.94% from 586); Max value from RGB is 224 - color contains mainly: red. Hex color #E0A9C1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E0A9C1 is #1F563E. Grayscale: #BCBCBC. Windows color (decimal): -2053695 or 12691936. OLE color: 12691936.

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

Color convert

RGB224169193-
CMYK00.250.140.12
HSL333.82º47.01%77.06%-
HSV(B)333.82º24.55%87.84%-
XYZ54.5548.0756.86-
YUV188.18130.72153.55-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 38.23%
GREEN value IS 169 (66.41% from 255) = 28.84%
BLUE value IS 193 (75.78% from 255) = 32.94%
R=38.23%
G=28.84%
B=32.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.14
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22416919300.250.140.12333.8247.0177.06
HexE0A9C1019EC14e2f4d
Octal340251301031161451657115
Binary111000001010100111000001011001111011001010011101011111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0A9C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0A9C1; }

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

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

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

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

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

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

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

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