Html Css Color HEX #E84ADD Free Speech Magenta
📋 copy color: '#E84ADD'red 232 ◦ green 74 ◦ blue 221
Shades of Free Speech Magenta #E84ADD
Tints of Free Speech Magenta #E84ADD
RGB
CMYK
RGB Variations
Color information
#E84ADD (or 0xE84ADD) is known color: Free Speech Magenta. HEX triplet: E8, 4A and DD. RGB value is (232,74,221). Sum of RGB (Red+Green+Blue) = 232+74+221=527 (69% of max value = 765). Red value is 232 (91.02% from 255 or 44.02% from 527); Green value is 74 (29.30% from 255 or 14.04% from 527); Blue value is 221 (86.72% from 255 or 41.94% from 527); Max value from RGB is 232 - color contains mainly: red. Hex color #E84ADD is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E84ADD is #17B522. Grayscale: #898989. Windows color (decimal): -1553699 or 14502632. OLE color: 14502632.
HSL color Cylindrical-coordinate representation of color #E84ADD: hue angle of 304.18º 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 #E84ADD is Cyan = 0, Magento = 0.68, Yellow = 0.05 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 74 | 221 | - |
| CMYK | 0 | 0.68 | 0.05 | 0.09 |
| HSL | 304.18º | 0.77% | 0.6% | - |
| HSV(B) | 304.18º | 0.68% | 0.91% | - |
| XYZ | 48.78 | 27.27 | 71.1 | - |
| YUV | 138 | 174.85 | 195.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 74 | 221 | 0 | 0.68 | 0.05 | 0.09 | 304.18 | 0.77 | 0.6 |
| Hex | E8 | 4A | DD | 0 | 44 | 5 | 9 | 130 | 4D | 3C |
| Octal | 350 | 112 | 335 | 0 | 104 | 5 | 11 | 460 | 115 | 74 |
| Binary | 11101000 | 1001010 | 11011101 | 0 | 1000100 | 101 | 1001 | 100110000 | 1001101 | 111100 |
Color Harmonies of #E84ADD
Complementary color
Monochromatic Colors of #E84ADD
Black with #E84ADD
Text Example
Text Example
White with #E84ADD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E84ADD; }
p { color: rgb(232,74,221); }
H1.HeaderClassName
{
color: #E84ADD;
}
.AnyTagClassName
{
color: #E84ADD;
}
</style>
background-color css
<style>
a { background-color: #E84ADD; }
a { background-color: rgb(232,74,221); }
div.DivClassName
{
background-color: #E84ADD;
}
.BgClassName
{
background-color: #E84ADD;
}
</style>
border-color css
<style>
span { border-color: #E84ADD; }
span { border-color: rgb(232,74,221); }
td.TdClassName
{
border-color: #E84ADD;
}
.TagClassName
{
border-color: #E84ADD;
}
</style>