Html Css Color HEX #E54EF1 Free Speech Magenta
📋 copy color: '#E54EF1'red 229 ◦ green 78 ◦ blue 241
Shades of Free Speech Magenta #E54EF1
Tints of Free Speech Magenta #E54EF1
RGB
CMYK
RGB Variations
Color information
#E54EF1 (or 0xE54EF1) is known color: Free Speech Magenta. HEX triplet: E5, 4E and F1. RGB value is (229,78,241). Sum of RGB (Red+Green+Blue) = 229+78+241=548 (72% of max value = 765). Red value is 229 (89.84% from 255 or 41.79% from 548); Green value is 78 (30.86% from 255 or 14.23% from 548); Blue value is 241 (94.53% from 255 or 43.98% from 548); Max value from RGB is 241 - color contains mainly: blue. Hex color #E54EF1 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E54EF1 is #1AB10E. Grayscale: #8D8D8D. Windows color (decimal): -1749263 or 15814373. OLE color: 15814373.
HSL color Cylindrical-coordinate representation of color #E54EF1: hue angle of 295.58º degrees, saturation: 0.85, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #E54EF1 is Cyan = 0.05, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 229 | 78 | 241 | - |
| CMYK | 0.05 | 0.68 | 0 | 0.05 |
| HSL | 295.58º | 0.85% | 0.63% | - |
| HSV(B) | 295.58º | 0.68% | 0.95% | - |
| XYZ | 50.91 | 28.46 | 86.03 | - |
| YUV | 141.73 | 184.03 | 190.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 78 | 241 | 0.05 | 0.68 | 0 | 0.05 | 295.58 | 0.85 | 0.63 |
| Hex | E5 | 4E | F1 | 5 | 44 | 0 | 5 | 128 | 55 | 3F |
| Octal | 345 | 116 | 361 | 5 | 104 | 0 | 5 | 450 | 125 | 77 |
| Binary | 11100101 | 1001110 | 11110001 | 101 | 1000100 | 0 | 101 | 100101000 | 1010101 | 111111 |
Color Harmonies of #E54EF1
Complementary color
Monochromatic Colors of #E54EF1
Black with #E54EF1
Text Example
Text Example
White with #E54EF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E54EF1; }
p { color: rgb(229,78,241); }
H1.HeaderClassName
{
color: #E54EF1;
}
.AnyTagClassName
{
color: #E54EF1;
}
</style>
background-color css
<style>
a { background-color: #E54EF1; }
a { background-color: rgb(229,78,241); }
div.DivClassName
{
background-color: #E54EF1;
}
.BgClassName
{
background-color: #E54EF1;
}
</style>
border-color css
<style>
span { border-color: #E54EF1; }
span { border-color: rgb(229,78,241); }
td.TdClassName
{
border-color: #E54EF1;
}
.TagClassName
{
border-color: #E54EF1;
}
</style>