Html Css Color HEX #E84EE1 Free Speech Magenta
📋 copy color: '#E84EE1'red 232 ◦ green 78 ◦ blue 225
Shades of Free Speech Magenta #E84EE1
Tints of Free Speech Magenta #E84EE1
RGB
CMYK
RGB Variations
Color information
#E84EE1 (or 0xE84EE1) is known color: Free Speech Magenta. HEX triplet: E8, 4E and E1. RGB value is (232,78,225). Sum of RGB (Red+Green+Blue) = 232+78+225=535 (70% of max value = 765). Red value is 232 (91.02% from 255 or 43.36% from 535); Green value is 78 (30.86% from 255 or 14.58% from 535); Blue value is 225 (88.28% from 255 or 42.06% from 535); Max value from RGB is 232 - color contains mainly: red. Hex color #E84EE1 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E84EE1 is #17B11E. Grayscale: #8C8C8C. Windows color (decimal): -1552671 or 14765800. OLE color: 14765800.
HSL color Cylindrical-coordinate representation of color #E84EE1: hue angle of 302.73º degrees, saturation: 0.77, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #E84EE1 is Cyan = 0, Magento = 0.66, Yellow = 0.03 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 78 | 225 | - |
| CMYK | 0 | 0.66 | 0.03 | 0.09 |
| HSL | 302.73º | 0.77% | 0.61% | - |
| HSV(B) | 302.73º | 0.66% | 0.91% | - |
| XYZ | 49.59 | 28.04 | 74.03 | - |
| YUV | 140.8 | 175.52 | 193.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 78 | 225 | 0 | 0.66 | 0.03 | 0.09 | 302.73 | 0.77 | 0.61 |
| Hex | E8 | 4E | E1 | 0 | 42 | 3 | 9 | 12F | 4D | 3D |
| Octal | 350 | 116 | 341 | 0 | 102 | 3 | 11 | 457 | 115 | 75 |
| Binary | 11101000 | 1001110 | 11100001 | 0 | 1000010 | 11 | 1001 | 100101111 | 1001101 | 111101 |
Color Harmonies of #E84EE1
Complementary color
Monochromatic Colors of #E84EE1
Black with #E84EE1
Text Example
Text Example
White with #E84EE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E84EE1; }
p { color: rgb(232,78,225); }
H1.HeaderClassName
{
color: #E84EE1;
}
.AnyTagClassName
{
color: #E84EE1;
}
</style>
background-color css
<style>
a { background-color: #E84EE1; }
a { background-color: rgb(232,78,225); }
div.DivClassName
{
background-color: #E84EE1;
}
.BgClassName
{
background-color: #E84EE1;
}
</style>
border-color css
<style>
span { border-color: #E84EE1; }
span { border-color: rgb(232,78,225); }
td.TdClassName
{
border-color: #E84EE1;
}
.TagClassName
{
border-color: #E84EE1;
}
</style>