Html Css Color HEX #E84DDD Free Speech Magenta
📋 copy color: '#E84DDD'red 232 ◦ green 77 ◦ blue 221
Shades of Free Speech Magenta #E84DDD
Tints of Free Speech Magenta #E84DDD
RGB
CMYK
RGB Variations
Color information
#E84DDD (or 0xE84DDD) is known color: Free Speech Magenta. HEX triplet: E8, 4D and DD. RGB value is (232,77,221). Sum of RGB (Red+Green+Blue) = 232+77+221=530 (70% of max value = 765). Red value is 232 (91.02% from 255 or 43.77% from 530); Green value is 77 (30.47% from 255 or 14.53% from 530); Blue value is 221 (86.72% from 255 or 41.70% from 530); Max value from RGB is 232 - color contains mainly: red. Hex color #E84DDD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E84DDD is #17B222. Grayscale: #8B8B8B. Windows color (decimal): -1552931 or 14503400. OLE color: 14503400.
HSL color Cylindrical-coordinate representation of color #E84DDD: hue angle of 304.26º 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 #E84DDD is Cyan = 0, Magento = 0.67, Yellow = 0.05 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 77 | 221 | - |
| CMYK | 0 | 0.67 | 0.05 | 0.09 |
| HSL | 304.26º | 0.77% | 0.61% | - |
| HSV(B) | 304.26º | 0.67% | 0.91% | - |
| XYZ | 48.98 | 27.68 | 71.17 | - |
| YUV | 139.76 | 173.85 | 193.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 77 | 221 | 0 | 0.67 | 0.05 | 0.09 | 304.26 | 0.77 | 0.61 |
| Hex | E8 | 4D | DD | 0 | 43 | 5 | 9 | 130 | 4D | 3D |
| Octal | 350 | 115 | 335 | 0 | 103 | 5 | 11 | 460 | 115 | 75 |
| Binary | 11101000 | 1001101 | 11011101 | 0 | 1000011 | 101 | 1001 | 100110000 | 1001101 | 111101 |
Color Harmonies of #E84DDD
Complementary color
Monochromatic Colors of #E84DDD
Black with #E84DDD
Text Example
Text Example
White with #E84DDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E84DDD; }
p { color: rgb(232,77,221); }
H1.HeaderClassName
{
color: #E84DDD;
}
.AnyTagClassName
{
color: #E84DDD;
}
</style>
background-color css
<style>
a { background-color: #E84DDD; }
a { background-color: rgb(232,77,221); }
div.DivClassName
{
background-color: #E84DDD;
}
.BgClassName
{
background-color: #E84DDD;
}
</style>
border-color css
<style>
span { border-color: #E84DDD; }
span { border-color: rgb(232,77,221); }
td.TdClassName
{
border-color: #E84DDD;
}
.TagClassName
{
border-color: #E84DDD;
}
</style>