Html Css Color HEX #E84DDB Free Speech Magenta
📋 copy color: '#E84DDB'red 232 ◦ green 77 ◦ blue 219
Shades of Free Speech Magenta #E84DDB
Tints of Free Speech Magenta #E84DDB
RGB
CMYK
RGB Variations
Color information
#E84DDB (or 0xE84DDB) is known color: Free Speech Magenta. HEX triplet: E8, 4D and DB. RGB value is (232,77,219). Sum of RGB (Red+Green+Blue) = 232+77+219=528 (69% of max value = 765). Red value is 232 (91.02% from 255 or 43.94% from 528); Green value is 77 (30.47% from 255 or 14.58% from 528); Blue value is 219 (85.94% from 255 or 41.48% from 528); Max value from RGB is 232 - color contains mainly: red. Hex color #E84DDB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E84DDB is #17B224. Grayscale: #8B8B8B. Windows color (decimal): -1552933 or 14372328. OLE color: 14372328.
HSL color Cylindrical-coordinate representation of color #E84DDB: hue angle of 305.03º 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 #E84DDB is Cyan = 0, Magento = 0.67, Yellow = 0.06 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 77 | 219 | - |
| CMYK | 0 | 0.67 | 0.06 | 0.09 |
| HSL | 305.03º | 0.77% | 0.61% | - |
| HSV(B) | 305.03º | 0.67% | 0.91% | - |
| XYZ | 48.72 | 27.58 | 69.77 | - |
| YUV | 139.53 | 172.85 | 193.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 77 | 219 | 0 | 0.67 | 0.06 | 0.09 | 305.03 | 0.77 | 0.61 |
| Hex | E8 | 4D | DB | 0 | 43 | 6 | 9 | 131 | 4D | 3D |
| Octal | 350 | 115 | 333 | 0 | 103 | 6 | 11 | 461 | 115 | 75 |
| Binary | 11101000 | 1001101 | 11011011 | 0 | 1000011 | 110 | 1001 | 100110001 | 1001101 | 111101 |
Color Harmonies of #E84DDB
Complementary color
Monochromatic Colors of #E84DDB
Black with #E84DDB
Text Example
Text Example
White with #E84DDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E84DDB; }
p { color: rgb(232,77,219); }
H1.HeaderClassName
{
color: #E84DDB;
}
.AnyTagClassName
{
color: #E84DDB;
}
</style>
background-color css
<style>
a { background-color: #E84DDB; }
a { background-color: rgb(232,77,219); }
div.DivClassName
{
background-color: #E84DDB;
}
.BgClassName
{
background-color: #E84DDB;
}
</style>
border-color css
<style>
span { border-color: #E84DDB; }
span { border-color: rgb(232,77,219); }
td.TdClassName
{
border-color: #E84DDB;
}
.TagClassName
{
border-color: #E84DDB;
}
</style>