Html Css Color HEX #E542F1 Free Speech Magenta
📋 copy color: '#E542F1'red 229 ◦ green 66 ◦ blue 241
Shades of Free Speech Magenta #E542F1
Tints of Free Speech Magenta #E542F1
RGB
CMYK
RGB Variations
Color information
#E542F1 (or 0xE542F1) is known color: Free Speech Magenta. HEX triplet: E5, 42 and F1. RGB value is (229,66,241). Sum of RGB (Red+Green+Blue) = 229+66+241=536 (70% of max value = 765). Red value is 229 (89.84% from 255 or 42.72% from 536); Green value is 66 (26.17% from 255 or 12.31% from 536); Blue value is 241 (94.53% from 255 or 44.96% from 536); Max value from RGB is 241 - color contains mainly: blue. Hex color #E542F1 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E542F1 is #1ABD0E. Grayscale: #868686. Windows color (decimal): -1752335 or 15811301. OLE color: 15811301.
HSL color Cylindrical-coordinate representation of color #E542F1: hue angle of 295.89º degrees, saturation: 0.86, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #E542F1 is Cyan = 0.05, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 229 | 66 | 241 | - |
| CMYK | 0.05 | 0.73 | 0 | 0.05 |
| HSL | 295.89º | 0.86% | 0.6% | - |
| HSV(B) | 295.89º | 0.73% | 0.95% | - |
| XYZ | 50.14 | 26.91 | 85.77 | - |
| YUV | 134.69 | 188 | 195.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 66 | 241 | 0.05 | 0.73 | 0 | 0.05 | 295.89 | 0.86 | 0.6 |
| Hex | E5 | 42 | F1 | 5 | 49 | 0 | 5 | 128 | 56 | 3C |
| Octal | 345 | 102 | 361 | 5 | 111 | 0 | 5 | 450 | 126 | 74 |
| Binary | 11100101 | 1000010 | 11110001 | 101 | 1001001 | 0 | 101 | 100101000 | 1010110 | 111100 |
Color Harmonies of #E542F1
Complementary color
Monochromatic Colors of #E542F1
Black with #E542F1
Text Example
Text Example
White with #E542F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E542F1; }
p { color: rgb(229,66,241); }
H1.HeaderClassName
{
color: #E542F1;
}
.AnyTagClassName
{
color: #E542F1;
}
</style>
background-color css
<style>
a { background-color: #E542F1; }
a { background-color: rgb(229,66,241); }
div.DivClassName
{
background-color: #E542F1;
}
.BgClassName
{
background-color: #E542F1;
}
</style>
border-color css
<style>
span { border-color: #E542F1; }
span { border-color: rgb(229,66,241); }
td.TdClassName
{
border-color: #E542F1;
}
.TagClassName
{
border-color: #E542F1;
}
</style>