Html Css Color HEX #E84DF1 Free Speech Magenta
📋 copy color: '#E84DF1'red 232 ◦ green 77 ◦ blue 241
Shades of Free Speech Magenta #E84DF1
Tints of Free Speech Magenta #E84DF1
RGB
CMYK
RGB Variations
Color information
#E84DF1 (or 0xE84DF1) is known color: Free Speech Magenta. HEX triplet: E8, 4D and F1. RGB value is (232,77,241). Sum of RGB (Red+Green+Blue) = 232+77+241=550 (72% of max value = 765). Red value is 232 (91.02% from 255 or 42.18% from 550); Green value is 77 (30.47% from 255 or 14% from 550); Blue value is 241 (94.53% from 255 or 43.82% from 550); Max value from RGB is 241 - color contains mainly: blue. Hex color #E84DF1 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #E84DF1 is #17B20E. Grayscale: #8D8D8D. Windows color (decimal): -1552911 or 15814120. OLE color: 15814120.
HSL color Cylindrical-coordinate representation of color #E84DF1: hue angle of 296.71º degrees, saturation: 0.85, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #E84DF1 is Cyan = 0.04, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 232 | 77 | 241 | - |
| CMYK | 0.04 | 0.68 | 0 | 0.05 |
| HSL | 296.71º | 0.85% | 0.62% | - |
| HSV(B) | 296.71º | 0.68% | 0.95% | - |
| XYZ | 51.81 | 28.81 | 86.05 | - |
| YUV | 142.04 | 183.85 | 192.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 77 | 241 | 0.04 | 0.68 | 0 | 0.05 | 296.71 | 0.85 | 0.62 |
| Hex | E8 | 4D | F1 | 4 | 44 | 0 | 5 | 129 | 55 | 3E |
| Octal | 350 | 115 | 361 | 4 | 104 | 0 | 5 | 451 | 125 | 76 |
| Binary | 11101000 | 1001101 | 11110001 | 100 | 1000100 | 0 | 101 | 100101001 | 1010101 | 111110 |
Color Harmonies of #E84DF1
Complementary color
Monochromatic Colors of #E84DF1
Black with #E84DF1
Text Example
Text Example
White with #E84DF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E84DF1; }
p { color: rgb(232,77,241); }
H1.HeaderClassName
{
color: #E84DF1;
}
.AnyTagClassName
{
color: #E84DF1;
}
</style>
background-color css
<style>
a { background-color: #E84DF1; }
a { background-color: rgb(232,77,241); }
div.DivClassName
{
background-color: #E84DF1;
}
.BgClassName
{
background-color: #E84DF1;
}
</style>
border-color css
<style>
span { border-color: #E84DF1; }
span { border-color: rgb(232,77,241); }
td.TdClassName
{
border-color: #E84DF1;
}
.TagClassName
{
border-color: #E84DF1;
}
</style>