Html Css Color HEX #E539F0 Free Speech Magenta
📋 copy color: '#E539F0'red 229 ◦ green 57 ◦ blue 240
Shades of Free Speech Magenta #E539F0
Tints of Free Speech Magenta #E539F0
RGB
CMYK
RGB Variations
Color information
#E539F0 (or 0xE539F0) is known color: Free Speech Magenta. HEX triplet: E5, 39 and F0. RGB value is (229,57,240). Sum of RGB (Red+Green+Blue) = 229+57+240=526 (69% of max value = 765). Red value is 229 (89.84% from 255 or 43.54% from 526); Green value is 57 (22.66% from 255 or 10.84% from 526); Blue value is 240 (94.14% from 255 or 45.63% from 526); Max value from RGB is 240 - color contains mainly: blue. Hex color #E539F0 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E539F0 is #1AC60F. Grayscale: #808080. Windows color (decimal): -1754640 or 15743461. OLE color: 15743461.
HSL color Cylindrical-coordinate representation of color #E539F0: hue angle of 296.39º degrees, saturation: 0.86, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #E539F0 is Cyan = 0.05, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 229 | 57 | 240 | - |
| CMYK | 0.05 | 0.76 | 0 | 0.06 |
| HSL | 296.39º | 0.86% | 0.58% | - |
| HSV(B) | 296.39º | 0.76% | 0.94% | - |
| XYZ | 49.5 | 25.88 | 84.82 | - |
| YUV | 129.29 | 190.48 | 199.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 57 | 240 | 0.05 | 0.76 | 0 | 0.06 | 296.39 | 0.86 | 0.58 |
| Hex | E5 | 39 | F0 | 5 | 4C | 0 | 6 | 128 | 56 | 3A |
| Octal | 345 | 71 | 360 | 5 | 114 | 0 | 6 | 450 | 126 | 72 |
| Binary | 11100101 | 111001 | 11110000 | 101 | 1001100 | 0 | 110 | 100101000 | 1010110 | 111010 |
Color Harmonies of #E539F0
Complementary color
Monochromatic Colors of #E539F0
Black with #E539F0
Text Example
Text Example
White with #E539F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E539F0; }
p { color: rgb(229,57,240); }
H1.HeaderClassName
{
color: #E539F0;
}
.AnyTagClassName
{
color: #E539F0;
}
</style>
background-color css
<style>
a { background-color: #E539F0; }
a { background-color: rgb(229,57,240); }
div.DivClassName
{
background-color: #E539F0;
}
.BgClassName
{
background-color: #E539F0;
}
</style>
border-color css
<style>
span { border-color: #E539F0; }
span { border-color: rgb(229,57,240); }
td.TdClassName
{
border-color: #E539F0;
}
.TagClassName
{
border-color: #E539F0;
}
</style>