#E0A4C9

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

Shades of Shocking #E0A4C9

Tints of Shocking #E0A4C9

Color information

#E0A4C9 (or 0xE0A4C9) is unknown color: approx Shocking. HEX triplet: E0, A4 and C9. RGB value is (224,164,201). Sum of RGB (Red+Green+Blue) = 224+164+201=589 (78% of max value = 765). Red value is 224 (87.89% from 255 or 38.03% from 589); Green value is 164 (64.45% from 255 or 27.84% from 589); Blue value is 201 (78.91% from 255 or 34.13% from 589); Max value from RGB is 224 - color contains mainly: red. Hex color #E0A4C9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E0A4C9 is #1F5B36. Grayscale: #BABABA. Windows color (decimal): -2054967 or 13214944. OLE color: 13214944.

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

Color convert

RGB224164201-
CMYK00.270.100.12
HSL323º49.18%76.08%-
HSV(B)323º26.79%87.84%-
XYZ54.5646.6261.38-
YUV186.16136.38154.99-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 38.03%
GREEN value IS 164 (64.45% from 255) = 27.84%
BLUE value IS 201 (78.91% from 255) = 34.13%
R=38.03%
G=27.84%
B=34.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.10
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22416420100.270.100.1232349.1876.08
HexE0A4C901BAC143314c
Octal340244311033121450361114
Binary111000001010010011001001011011101011001010000111100011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0A4C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0A4C9; }

 p { color: rgb(224,164,201); }

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

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

 a { background-color: rgb(224,164,201); }

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

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

 span { border-color: rgb(224,164,201); }

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