Html Css Color HEX #E84ADB Free Speech Magenta
📋 copy color: '#E84ADB'red 232 ◦ green 74 ◦ blue 219
Shades of Free Speech Magenta #E84ADB
Tints of Free Speech Magenta #E84ADB
RGB
CMYK
RGB Variations
Color information
#E84ADB (or 0xE84ADB) is known color: Free Speech Magenta. HEX triplet: E8, 4A and DB. RGB value is (232,74,219). Sum of RGB (Red+Green+Blue) = 232+74+219=525 (69% of max value = 765). Red value is 232 (91.02% from 255 or 44.19% from 525); Green value is 74 (29.30% from 255 or 14.10% from 525); Blue value is 219 (85.94% from 255 or 41.71% from 525); Max value from RGB is 232 - color contains mainly: red. Hex color #E84ADB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E84ADB is #17B524. Grayscale: #898989. Windows color (decimal): -1553701 or 14371560. OLE color: 14371560.
HSL color Cylindrical-coordinate representation of color #E84ADB: hue angle of 304.94º 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 #E84ADB is Cyan = 0, Magento = 0.68, Yellow = 0.06 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 74 | 219 | - |
| CMYK | 0 | 0.68 | 0.06 | 0.09 |
| HSL | 304.94º | 0.77% | 0.6% | - |
| HSV(B) | 304.94º | 0.68% | 0.91% | - |
| XYZ | 48.51 | 27.17 | 69.7 | - |
| YUV | 137.77 | 173.85 | 195.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 74 | 219 | 0 | 0.68 | 0.06 | 0.09 | 304.94 | 0.77 | 0.6 |
| Hex | E8 | 4A | DB | 0 | 44 | 6 | 9 | 131 | 4D | 3C |
| Octal | 350 | 112 | 333 | 0 | 104 | 6 | 11 | 461 | 115 | 74 |
| Binary | 11101000 | 1001010 | 11011011 | 0 | 1000100 | 110 | 1001 | 100110001 | 1001101 | 111100 |
Color Harmonies of #E84ADB
Complementary color
Monochromatic Colors of #E84ADB
Black with #E84ADB
Text Example
Text Example
White with #E84ADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E84ADB; }
p { color: rgb(232,74,219); }
H1.HeaderClassName
{
color: #E84ADB;
}
.AnyTagClassName
{
color: #E84ADB;
}
</style>
background-color css
<style>
a { background-color: #E84ADB; }
a { background-color: rgb(232,74,219); }
div.DivClassName
{
background-color: #E84ADB;
}
.BgClassName
{
background-color: #E84ADB;
}
</style>
border-color css
<style>
span { border-color: #E84ADB; }
span { border-color: rgb(232,74,219); }
td.TdClassName
{
border-color: #E84ADB;
}
.TagClassName
{
border-color: #E84ADB;
}
</style>