#E039F9

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

Shades of Free Speech Magenta #E039F9

Tints of Free Speech Magenta #E039F9

Color information

#E039F9 (or 0xE039F9) is unknown color: approx Free Speech Magenta. HEX triplet: E0, 39 and F9. RGB value is (224,57,249). Sum of RGB (Red+Green+Blue) = 224+57+249=530 (70% of max value = 765). Red value is 224 (87.89% from 255 or 42.26% from 530); Green value is 57 (22.66% from 255 or 10.75% from 530); Blue value is 249 (97.66% from 255 or 46.98% from 530); Max value from RGB is 249 - color contains mainly: blue. Hex color #E039F9 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E039F9 is #1FC606. Grayscale: #808080. Windows color (decimal): -2082311 or 16333280. OLE color: 16333280.

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

Color convert

RGB22457249-
CMYK0.100.7700.02
HSL292.19º94.12%60%-
HSV(B)292.19º77.11%97.65%-
XYZ49.325.6191.97-
YUV128.82195.83195.89-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 42.26%
GREEN value IS 57 (22.66% from 255) = 10.75%
BLUE value IS 249 (97.66% from 255) = 46.98%
R=42.26%
G=10.75%
B=46.98%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal224572490.100.7700.02292.1994.1260
HexE039F9A4D021245e3c
Octal34071371121150244413674
Binary1110000011100111111001101010011010101001001001011110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E039F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E039F9; }

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

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

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

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

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

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

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

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