Html Css Color HEX #E84DDA Free Speech Magenta
📋 copy color: '#E84DDA'red 232 ◦ green 77 ◦ blue 218
Shades of Free Speech Magenta #E84DDA
Tints of Free Speech Magenta #E84DDA
RGB
CMYK
RGB Variations
Color information
#E84DDA (or 0xE84DDA) is known color: Free Speech Magenta. HEX triplet: E8, 4D and DA. RGB value is (232,77,218). Sum of RGB (Red+Green+Blue) = 232+77+218=527 (69% of max value = 765). Red value is 232 (91.02% from 255 or 44.02% from 527); Green value is 77 (30.47% from 255 or 14.61% from 527); Blue value is 218 (85.55% from 255 or 41.37% from 527); Max value from RGB is 232 - color contains mainly: red. Hex color #E84DDA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E84DDA is #17B225. Grayscale: #8B8B8B. Windows color (decimal): -1552934 or 14306792. OLE color: 14306792.
HSL color Cylindrical-coordinate representation of color #E84DDA: hue angle of 305.42º degrees, saturation: 0.77, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #E84DDA is Cyan = 0, Magento = 0.67, Yellow = 0.06 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 77 | 218 | - |
| CMYK | 0 | 0.67 | 0.06 | 0.09 |
| HSL | 305.42º | 0.77% | 0.61% | - |
| HSV(B) | 305.42º | 0.67% | 0.91% | - |
| XYZ | 48.59 | 27.53 | 69.08 | - |
| YUV | 139.42 | 172.35 | 194.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 77 | 218 | 0 | 0.67 | 0.06 | 0.09 | 305.42 | 0.77 | 0.61 |
| Hex | E8 | 4D | DA | 0 | 43 | 6 | 9 | 131 | 4D | 3D |
| Octal | 350 | 115 | 332 | 0 | 103 | 6 | 11 | 461 | 115 | 75 |
| Binary | 11101000 | 1001101 | 11011010 | 0 | 1000011 | 110 | 1001 | 100110001 | 1001101 | 111101 |
Color Harmonies of #E84DDA
Complementary color
Monochromatic Colors of #E84DDA
Black with #E84DDA
Text Example
Text Example
White with #E84DDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E84DDA; }
p { color: rgb(232,77,218); }
H1.HeaderClassName
{
color: #E84DDA;
}
.AnyTagClassName
{
color: #E84DDA;
}
</style>
background-color css
<style>
a { background-color: #E84DDA; }
a { background-color: rgb(232,77,218); }
div.DivClassName
{
background-color: #E84DDA;
}
.BgClassName
{
background-color: #E84DDA;
}
</style>
border-color css
<style>
span { border-color: #E84DDA; }
span { border-color: rgb(232,77,218); }
td.TdClassName
{
border-color: #E84DDA;
}
.TagClassName
{
border-color: #E84DDA;
}
</style>