Html Css Color HEX #E84EDB Free Speech Magenta
📋 copy color: '#E84EDB'red 232 ◦ green 78 ◦ blue 219
Shades of Free Speech Magenta #E84EDB
Tints of Free Speech Magenta #E84EDB
RGB
CMYK
RGB Variations
Color information
#E84EDB (or 0xE84EDB) is known color: Free Speech Magenta. HEX triplet: E8, 4E and DB. RGB value is (232,78,219). Sum of RGB (Red+Green+Blue) = 232+78+219=529 (70% of max value = 765). Red value is 232 (91.02% from 255 or 43.86% from 529); Green value is 78 (30.86% from 255 or 14.74% from 529); Blue value is 219 (85.94% from 255 or 41.40% from 529); Max value from RGB is 232 - color contains mainly: red. Hex color #E84EDB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E84EDB is #17B124. Grayscale: #8B8B8B. Windows color (decimal): -1552677 or 14372584. OLE color: 14372584.
HSL color Cylindrical-coordinate representation of color #E84EDB: hue angle of 305.06º 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 #E84EDB is Cyan = 0, Magento = 0.66, Yellow = 0.06 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 78 | 219 | - |
| CMYK | 0 | 0.66 | 0.06 | 0.09 |
| HSL | 305.06º | 0.77% | 0.61% | - |
| HSV(B) | 305.06º | 0.66% | 0.91% | - |
| XYZ | 48.79 | 27.72 | 69.8 | - |
| YUV | 140.12 | 172.52 | 193.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 78 | 219 | 0 | 0.66 | 0.06 | 0.09 | 305.06 | 0.77 | 0.61 |
| Hex | E8 | 4E | DB | 0 | 42 | 6 | 9 | 131 | 4D | 3D |
| Octal | 350 | 116 | 333 | 0 | 102 | 6 | 11 | 461 | 115 | 75 |
| Binary | 11101000 | 1001110 | 11011011 | 0 | 1000010 | 110 | 1001 | 100110001 | 1001101 | 111101 |
Color Harmonies of #E84EDB
Complementary color
Monochromatic Colors of #E84EDB
Black with #E84EDB
Text Example
Text Example
White with #E84EDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E84EDB; }
p { color: rgb(232,78,219); }
H1.HeaderClassName
{
color: #E84EDB;
}
.AnyTagClassName
{
color: #E84EDB;
}
</style>
background-color css
<style>
a { background-color: #E84EDB; }
a { background-color: rgb(232,78,219); }
div.DivClassName
{
background-color: #E84EDB;
}
.BgClassName
{
background-color: #E84EDB;
}
</style>
border-color css
<style>
span { border-color: #E84EDB; }
span { border-color: rgb(232,78,219); }
td.TdClassName
{
border-color: #E84EDB;
}
.TagClassName
{
border-color: #E84EDB;
}
</style>