Html Css Color HEX #E84AD9 Free Speech Magenta
📋 copy color: '#E84AD9'red 232 ◦ green 74 ◦ blue 217
Shades of Free Speech Magenta #E84AD9
Tints of Free Speech Magenta #E84AD9
RGB
CMYK
RGB Variations
Color information
#E84AD9 (or 0xE84AD9) is known color: Free Speech Magenta. HEX triplet: E8, 4A and D9. RGB value is (232,74,217). Sum of RGB (Red+Green+Blue) = 232+74+217=523 (69% of max value = 765). Red value is 232 (91.02% from 255 or 44.36% from 523); Green value is 74 (29.30% from 255 or 14.15% from 523); Blue value is 217 (85.16% from 255 or 41.49% from 523); Max value from RGB is 232 - color contains mainly: red. Hex color #E84AD9 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E84AD9 is #17B526. Grayscale: #898989. Windows color (decimal): -1553703 or 14240488. OLE color: 14240488.
HSL color Cylindrical-coordinate representation of color #E84AD9: hue angle of 305.7º degrees, saturation: 0.77, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #E84AD9 is Cyan = 0, Magento = 0.68, Yellow = 0.06 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 74 | 217 | - |
| CMYK | 0 | 0.68 | 0.06 | 0.09 |
| HSL | 305.7º | 0.77% | 0.6% | - |
| HSV(B) | 305.7º | 0.68% | 0.91% | - |
| XYZ | 48.25 | 27.06 | 68.33 | - |
| YUV | 137.54 | 172.85 | 195.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 74 | 217 | 0 | 0.68 | 0.06 | 0.09 | 305.7 | 0.77 | 0.6 |
| Hex | E8 | 4A | D9 | 0 | 44 | 6 | 9 | 132 | 4D | 3C |
| Octal | 350 | 112 | 331 | 0 | 104 | 6 | 11 | 462 | 115 | 74 |
| Binary | 11101000 | 1001010 | 11011001 | 0 | 1000100 | 110 | 1001 | 100110010 | 1001101 | 111100 |
Color Harmonies of #E84AD9
Complementary color
Monochromatic Colors of #E84AD9
Black with #E84AD9
Text Example
Text Example
White with #E84AD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E84AD9; }
p { color: rgb(232,74,217); }
H1.HeaderClassName
{
color: #E84AD9;
}
.AnyTagClassName
{
color: #E84AD9;
}
</style>
background-color css
<style>
a { background-color: #E84AD9; }
a { background-color: rgb(232,74,217); }
div.DivClassName
{
background-color: #E84AD9;
}
.BgClassName
{
background-color: #E84AD9;
}
</style>
border-color css
<style>
span { border-color: #E84AD9; }
span { border-color: rgb(232,74,217); }
td.TdClassName
{
border-color: #E84AD9;
}
.TagClassName
{
border-color: #E84AD9;
}
</style>