#E047F9

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

Shades of Free Speech Magenta #E047F9

Tints of Free Speech Magenta #E047F9

Color information

#E047F9 (or 0xE047F9) is unknown color: approx Free Speech Magenta. HEX triplet: E0, 47 and F9. RGB value is (224,71,249). Sum of RGB (Red+Green+Blue) = 224+71+249=544 (72% of max value = 765). Red value is 224 (87.89% from 255 or 41.18% from 544); Green value is 71 (28.12% from 255 or 13.05% from 544); Blue value is 249 (97.66% from 255 or 45.77% from 544); Max value from RGB is 249 - color contains mainly: blue. Hex color #E047F9 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E047F9 is #1FB806. Grayscale: #888888. Windows color (decimal): -2078727 or 16336864. OLE color: 16336864.

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

Color convert

RGB22471249-
CMYK0.100.7100.02
HSL291.57º93.68%62.75%-
HSV(B)291.57º71.49%97.65%-
XYZ50.0927.1992.23-
YUV137.04191.19190.03-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 41.18%
GREEN value IS 71 (28.12% from 255) = 13.05%
BLUE value IS 249 (97.66% from 255) = 45.77%
R=41.18%
G=13.05%
B=45.77%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal224712490.100.7100.02291.5793.6862.75
HexE047F9A47021245e3f
Octal340107371121070244413677
Binary11100000100011111111001101010001110101001001001011110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E047F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E047F9; }

 p { color: rgb(224,71,249); }

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

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

 a { background-color: rgb(224,71,249); }

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

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

 span { border-color: rgb(224,71,249); }

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