Html Css Color HEX #E84EDD Free Speech Magenta
📋 copy color: '#E84EDD'red 232 ◦ green 78 ◦ blue 221
Shades of Free Speech Magenta #E84EDD
Tints of Free Speech Magenta #E84EDD
RGB
CMYK
RGB Variations
Color information
#E84EDD (or 0xE84EDD) is known color: Free Speech Magenta. HEX triplet: E8, 4E and DD. RGB value is (232,78,221). Sum of RGB (Red+Green+Blue) = 232+78+221=531 (70% of max value = 765). Red value is 232 (91.02% from 255 or 43.69% from 531); Green value is 78 (30.86% from 255 or 14.69% from 531); Blue value is 221 (86.72% from 255 or 41.62% from 531); Max value from RGB is 232 - color contains mainly: red. Hex color #E84EDD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E84EDD is #17B122. Grayscale: #8B8B8B. Windows color (decimal): -1552675 or 14503656. OLE color: 14503656.
HSL color Cylindrical-coordinate representation of color #E84EDD: hue angle of 304.29º 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 #E84EDD is Cyan = 0, Magento = 0.66, Yellow = 0.05 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 78 | 221 | - |
| CMYK | 0 | 0.66 | 0.05 | 0.09 |
| HSL | 304.29º | 0.77% | 0.61% | - |
| HSV(B) | 304.29º | 0.66% | 0.91% | - |
| XYZ | 49.05 | 27.83 | 71.19 | - |
| YUV | 140.35 | 173.52 | 193.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 78 | 221 | 0 | 0.66 | 0.05 | 0.09 | 304.29 | 0.77 | 0.61 |
| Hex | E8 | 4E | DD | 0 | 42 | 5 | 9 | 130 | 4D | 3D |
| Octal | 350 | 116 | 335 | 0 | 102 | 5 | 11 | 460 | 115 | 75 |
| Binary | 11101000 | 1001110 | 11011101 | 0 | 1000010 | 101 | 1001 | 100110000 | 1001101 | 111101 |
Color Harmonies of #E84EDD
Complementary color
Monochromatic Colors of #E84EDD
Black with #E84EDD
Text Example
Text Example
White with #E84EDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E84EDD; }
p { color: rgb(232,78,221); }
H1.HeaderClassName
{
color: #E84EDD;
}
.AnyTagClassName
{
color: #E84EDD;
}
</style>
background-color css
<style>
a { background-color: #E84EDD; }
a { background-color: rgb(232,78,221); }
div.DivClassName
{
background-color: #E84EDD;
}
.BgClassName
{
background-color: #E84EDD;
}
</style>
border-color css
<style>
span { border-color: #E84EDD; }
span { border-color: rgb(232,78,221); }
td.TdClassName
{
border-color: #E84EDD;
}
.TagClassName
{
border-color: #E84EDD;
}
</style>