Html Css Color HEX #E84CF1 Free Speech Magenta
📋 copy color: '#E84CF1'red 232 ◦ green 76 ◦ blue 241
Shades of Free Speech Magenta #E84CF1
Tints of Free Speech Magenta #E84CF1
RGB
CMYK
RGB Variations
Color information
#E84CF1 (or 0xE84CF1) is known color: Free Speech Magenta. HEX triplet: E8, 4C and F1. RGB value is (232,76,241). Sum of RGB (Red+Green+Blue) = 232+76+241=549 (72% of max value = 765). Red value is 232 (91.02% from 255 or 42.26% from 549); Green value is 76 (30.08% from 255 or 13.84% from 549); Blue value is 241 (94.53% from 255 or 43.90% from 549); Max value from RGB is 241 - color contains mainly: blue. Hex color #E84CF1 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #E84CF1 is #17B30E. Grayscale: #8C8C8C. Windows color (decimal): -1553167 or 15813864. OLE color: 15813864.
HSL color Cylindrical-coordinate representation of color #E84CF1: hue angle of 296.73º 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 #E84CF1 is Cyan = 0.04, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 232 | 76 | 241 | - |
| CMYK | 0.04 | 0.68 | 0 | 0.05 |
| HSL | 296.73º | 0.85% | 0.62% | - |
| HSV(B) | 296.73º | 0.68% | 0.95% | - |
| XYZ | 51.74 | 28.68 | 86.03 | - |
| YUV | 141.45 | 184.18 | 192.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 76 | 241 | 0.04 | 0.68 | 0 | 0.05 | 296.73 | 0.85 | 0.62 |
| Hex | E8 | 4C | F1 | 4 | 44 | 0 | 5 | 129 | 55 | 3E |
| Octal | 350 | 114 | 361 | 4 | 104 | 0 | 5 | 451 | 125 | 76 |
| Binary | 11101000 | 1001100 | 11110001 | 100 | 1000100 | 0 | 101 | 100101001 | 1010101 | 111110 |
Color Harmonies of #E84CF1
Complementary color
Monochromatic Colors of #E84CF1
Black with #E84CF1
Text Example
Text Example
White with #E84CF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E84CF1; }
p { color: rgb(232,76,241); }
H1.HeaderClassName
{
color: #E84CF1;
}
.AnyTagClassName
{
color: #E84CF1;
}
</style>
background-color css
<style>
a { background-color: #E84CF1; }
a { background-color: rgb(232,76,241); }
div.DivClassName
{
background-color: #E84CF1;
}
.BgClassName
{
background-color: #E84CF1;
}
</style>
border-color css
<style>
span { border-color: #E84CF1; }
span { border-color: rgb(232,76,241); }
td.TdClassName
{
border-color: #E84CF1;
}
.TagClassName
{
border-color: #E84CF1;
}
</style>