Html Css Color HEX #E54EF0 Free Speech Magenta
📋 copy color: '#E54EF0'red 229 ◦ green 78 ◦ blue 240
Shades of Free Speech Magenta #E54EF0
Tints of Free Speech Magenta #E54EF0
RGB
CMYK
RGB Variations
Color information
#E54EF0 (or 0xE54EF0) is known color: Free Speech Magenta. HEX triplet: E5, 4E and F0. RGB value is (229,78,240). Sum of RGB (Red+Green+Blue) = 229+78+240=547 (72% of max value = 765). Red value is 229 (89.84% from 255 or 41.86% from 547); Green value is 78 (30.86% from 255 or 14.26% from 547); Blue value is 240 (94.14% from 255 or 43.88% from 547); Max value from RGB is 240 - color contains mainly: blue. Hex color #E54EF0 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E54EF0 is #1AB10F. Grayscale: #8D8D8D. Windows color (decimal): -1749264 or 15748837. OLE color: 15748837.
HSL color Cylindrical-coordinate representation of color #E54EF0: hue angle of 295.93º degrees, saturation: 0.84, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #E54EF0 is Cyan = 0.05, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 229 | 78 | 240 | - |
| CMYK | 0.05 | 0.68 | 0 | 0.06 |
| HSL | 295.93º | 0.84% | 0.62% | - |
| HSV(B) | 295.93º | 0.68% | 0.94% | - |
| XYZ | 50.77 | 28.4 | 85.24 | - |
| YUV | 141.62 | 183.53 | 190.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 78 | 240 | 0.05 | 0.68 | 0 | 0.06 | 295.93 | 0.84 | 0.62 |
| Hex | E5 | 4E | F0 | 5 | 44 | 0 | 6 | 128 | 54 | 3E |
| Octal | 345 | 116 | 360 | 5 | 104 | 0 | 6 | 450 | 124 | 76 |
| Binary | 11100101 | 1001110 | 11110000 | 101 | 1000100 | 0 | 110 | 100101000 | 1010100 | 111110 |
Color Harmonies of #E54EF0
Complementary color
Monochromatic Colors of #E54EF0
Black with #E54EF0
Text Example
Text Example
White with #E54EF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E54EF0; }
p { color: rgb(229,78,240); }
H1.HeaderClassName
{
color: #E54EF0;
}
.AnyTagClassName
{
color: #E54EF0;
}
</style>
background-color css
<style>
a { background-color: #E54EF0; }
a { background-color: rgb(229,78,240); }
div.DivClassName
{
background-color: #E54EF0;
}
.BgClassName
{
background-color: #E54EF0;
}
</style>
border-color css
<style>
span { border-color: #E54EF0; }
span { border-color: rgb(229,78,240); }
td.TdClassName
{
border-color: #E54EF0;
}
.TagClassName
{
border-color: #E54EF0;
}
</style>