#E049F8

Color #E049F8 Free Speech Magenta (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Free Speech Magenta #E049F8

Tints of Free Speech Magenta #E049F8

Color information

#E049F8 (or 0xE049F8) is unknown color: approx Free Speech Magenta. HEX triplet: E0, 49 and F8. RGB value is (224,73,248). Sum of RGB (Red+Green+Blue) = 224+73+248=545 (72% of max value = 765). Red value is 224 (87.89% from 255 or 41.10% from 545); Green value is 73 (28.91% from 255 or 13.39% from 545); Blue value is 248 (97.27% from 255 or 45.50% from 545); Max value from RGB is 248 - color contains mainly: blue. Hex color #E049F8 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E049F8 is #1FB607. Grayscale: #898989. Windows color (decimal): -2078216 or 16271840. OLE color: 16271840.

HSL color Cylindrical-coordinate representation of color #E049F8: hue angle of 291.77º degrees, saturation: 0.93, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #E049F8 is Cyan = 0.10, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB22473248-
CMYK0.100.7100.03
HSL291.77º92.59%62.94%-
HSV(B)291.77º70.56%97.25%-
XYZ50.0727.3991.45-
YUV138.1190.03189.27-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 41.10%
GREEN value IS 73 (28.91% from 255) = 13.39%
BLUE value IS 248 (97.27% from 255) = 45.50%
R=41.10%
G=13.39%
B=45.50%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal224732480.100.7100.03291.7792.5962.94
HexE049F8A47031245d3f
Octal340111370121070344413577
Binary11100000100100111111000101010001110111001001001011101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E049F8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E049F8; }

 p { color: rgb(224,73,248); }

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

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

 a { background-color: rgb(224,73,248); }

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

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

 span { border-color: rgb(224,73,248); }

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