Html Css Color HEX #E54EF2 Free Speech Magenta
📋 copy color: '#E54EF2'red 229 ◦ green 78 ◦ blue 242
Shades of Free Speech Magenta #E54EF2
Tints of Free Speech Magenta #E54EF2
RGB
CMYK
RGB Variations
Color information
#E54EF2 (or 0xE54EF2) is known color: Free Speech Magenta. HEX triplet: E5, 4E and F2. RGB value is (229,78,242). Sum of RGB (Red+Green+Blue) = 229+78+242=549 (72% of max value = 765). Red value is 229 (89.84% from 255 or 41.71% from 549); Green value is 78 (30.86% from 255 or 14.21% from 549); Blue value is 242 (94.92% from 255 or 44.08% from 549); Max value from RGB is 242 - color contains mainly: blue. Hex color #E54EF2 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E54EF2 is #1AB10D. Grayscale: #8D8D8D. Windows color (decimal): -1749262 or 15879909. OLE color: 15879909.
HSL color Cylindrical-coordinate representation of color #E54EF2: hue angle of 295.24º degrees, saturation: 0.86, 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 #E54EF2 is Cyan = 0.05, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 229 | 78 | 242 | - |
| CMYK | 0.05 | 0.68 | 0 | 0.05 |
| HSL | 295.24º | 0.86% | 0.63% | - |
| HSV(B) | 295.24º | 0.68% | 0.95% | - |
| XYZ | 51.06 | 28.52 | 86.82 | - |
| YUV | 141.85 | 184.53 | 190.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 78 | 242 | 0.05 | 0.68 | 0 | 0.05 | 295.24 | 0.86 | 0.63 |
| Hex | E5 | 4E | F2 | 5 | 44 | 0 | 5 | 127 | 56 | 3F |
| Octal | 345 | 116 | 362 | 5 | 104 | 0 | 5 | 447 | 126 | 77 |
| Binary | 11100101 | 1001110 | 11110010 | 101 | 1000100 | 0 | 101 | 100100111 | 1010110 | 111111 |
Color Harmonies of #E54EF2
Complementary color
Monochromatic Colors of #E54EF2
Black with #E54EF2
Text Example
Text Example
White with #E54EF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E54EF2; }
p { color: rgb(229,78,242); }
H1.HeaderClassName
{
color: #E54EF2;
}
.AnyTagClassName
{
color: #E54EF2;
}
</style>
background-color css
<style>
a { background-color: #E54EF2; }
a { background-color: rgb(229,78,242); }
div.DivClassName
{
background-color: #E54EF2;
}
.BgClassName
{
background-color: #E54EF2;
}
</style>
border-color css
<style>
span { border-color: #E54EF2; }
span { border-color: rgb(229,78,242); }
td.TdClassName
{
border-color: #E54EF2;
}
.TagClassName
{
border-color: #E54EF2;
}
</style>