Html Css Color HEX #E84EDF Free Speech Magenta
📋 copy color: '#E84EDF'red 232 ◦ green 78 ◦ blue 223
Shades of Free Speech Magenta #E84EDF
Tints of Free Speech Magenta #E84EDF
RGB
CMYK
RGB Variations
Color information
#E84EDF (or 0xE84EDF) is known color: Free Speech Magenta. HEX triplet: E8, 4E and DF. RGB value is (232,78,223). Sum of RGB (Red+Green+Blue) = 232+78+223=533 (70% of max value = 765). Red value is 232 (91.02% from 255 or 43.53% from 533); Green value is 78 (30.86% from 255 or 14.63% from 533); Blue value is 223 (87.5% from 255 or 41.84% from 533); Max value from RGB is 232 - color contains mainly: red. Hex color #E84EDF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E84EDF is #17B120. Grayscale: #8C8C8C. Windows color (decimal): -1552673 or 14634728. OLE color: 14634728.
HSL color Cylindrical-coordinate representation of color #E84EDF: hue angle of 303.51º 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 #E84EDF is Cyan = 0, Magento = 0.66, Yellow = 0.04 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 78 | 223 | - |
| CMYK | 0 | 0.66 | 0.04 | 0.09 |
| HSL | 303.51º | 0.77% | 0.61% | - |
| HSV(B) | 303.51º | 0.66% | 0.91% | - |
| XYZ | 49.32 | 27.93 | 72.6 | - |
| YUV | 140.58 | 174.52 | 193.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 78 | 223 | 0 | 0.66 | 0.04 | 0.09 | 303.51 | 0.77 | 0.61 |
| Hex | E8 | 4E | DF | 0 | 42 | 4 | 9 | 130 | 4D | 3D |
| Octal | 350 | 116 | 337 | 0 | 102 | 4 | 11 | 460 | 115 | 75 |
| Binary | 11101000 | 1001110 | 11011111 | 0 | 1000010 | 100 | 1001 | 100110000 | 1001101 | 111101 |
Color Harmonies of #E84EDF
Complementary color
Monochromatic Colors of #E84EDF
Black with #E84EDF
Text Example
Text Example
White with #E84EDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E84EDF; }
p { color: rgb(232,78,223); }
H1.HeaderClassName
{
color: #E84EDF;
}
.AnyTagClassName
{
color: #E84EDF;
}
</style>
background-color css
<style>
a { background-color: #E84EDF; }
a { background-color: rgb(232,78,223); }
div.DivClassName
{
background-color: #E84EDF;
}
.BgClassName
{
background-color: #E84EDF;
}
</style>
border-color css
<style>
span { border-color: #E84EDF; }
span { border-color: rgb(232,78,223); }
td.TdClassName
{
border-color: #E84EDF;
}
.TagClassName
{
border-color: #E84EDF;
}
</style>