Html Css Color HEX #E84FDD Free Speech Magenta
📋 copy color: '#E84FDD'red 232 ◦ green 79 ◦ blue 221
Shades of Free Speech Magenta #E84FDD
Tints of Free Speech Magenta #E84FDD
RGB
CMYK
RGB Variations
Color information
#E84FDD (or 0xE84FDD) is known color: Free Speech Magenta. HEX triplet: E8, 4F and DD. RGB value is (232,79,221). Sum of RGB (Red+Green+Blue) = 232+79+221=532 (70% of max value = 765). Red value is 232 (91.02% from 255 or 43.61% from 532); Green value is 79 (31.25% from 255 or 14.85% from 532); Blue value is 221 (86.72% from 255 or 41.54% from 532); Max value from RGB is 232 - color contains mainly: red. Hex color #E84FDD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E84FDD is #17B022. Grayscale: #8C8C8C. Windows color (decimal): -1552419 or 14503912. OLE color: 14503912.
HSL color Cylindrical-coordinate representation of color #E84FDD: hue angle of 304.31º 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 #E84FDD is Cyan = 0, Magento = 0.66, Yellow = 0.05 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 79 | 221 | - |
| CMYK | 0 | 0.66 | 0.05 | 0.09 |
| HSL | 304.31º | 0.77% | 0.61% | - |
| HSV(B) | 304.31º | 0.66% | 0.91% | - |
| XYZ | 49.13 | 27.97 | 71.22 | - |
| YUV | 140.94 | 173.19 | 192.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 79 | 221 | 0 | 0.66 | 0.05 | 0.09 | 304.31 | 0.77 | 0.61 |
| Hex | E8 | 4F | DD | 0 | 42 | 5 | 9 | 130 | 4D | 3D |
| Octal | 350 | 117 | 335 | 0 | 102 | 5 | 11 | 460 | 115 | 75 |
| Binary | 11101000 | 1001111 | 11011101 | 0 | 1000010 | 101 | 1001 | 100110000 | 1001101 | 111101 |
Color Harmonies of #E84FDD
Complementary color
Monochromatic Colors of #E84FDD
Black with #E84FDD
Text Example
Text Example
White with #E84FDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E84FDD; }
p { color: rgb(232,79,221); }
H1.HeaderClassName
{
color: #E84FDD;
}
.AnyTagClassName
{
color: #E84FDD;
}
</style>
background-color css
<style>
a { background-color: #E84FDD; }
a { background-color: rgb(232,79,221); }
div.DivClassName
{
background-color: #E84FDD;
}
.BgClassName
{
background-color: #E84FDD;
}
</style>
border-color css
<style>
span { border-color: #E84FDD; }
span { border-color: rgb(232,79,221); }
td.TdClassName
{
border-color: #E84FDD;
}
.TagClassName
{
border-color: #E84FDD;
}
</style>