Html Css Color HEX #E83FDB Free Speech Magenta
📋 copy color: '#E83FDB'red 232 ◦ green 63 ◦ blue 219
Shades of Free Speech Magenta #E83FDB
Tints of Free Speech Magenta #E83FDB
RGB
CMYK
RGB Variations
Color information
#E83FDB (or 0xE83FDB) is known color: Free Speech Magenta. HEX triplet: E8, 3F and DB. RGB value is (232,63,219). Sum of RGB (Red+Green+Blue) = 232+63+219=514 (68% of max value = 765). Red value is 232 (91.02% from 255 or 45.14% from 514); Green value is 63 (25% from 255 or 12.26% from 514); Blue value is 219 (85.94% from 255 or 42.61% from 514); Max value from RGB is 232 - color contains mainly: red. Hex color #E83FDB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E83FDB is #17C024. Grayscale: #828282. Windows color (decimal): -1556517 or 14368744. OLE color: 14368744.
HSL color Cylindrical-coordinate representation of color #E83FDB: hue angle of 304.62º degrees, saturation: 0.79, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #E83FDB is Cyan = 0, Magento = 0.73, Yellow = 0.06 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 63 | 219 | - |
| CMYK | 0 | 0.73 | 0.06 | 0.09 |
| HSL | 304.62º | 0.79% | 0.58% | - |
| HSV(B) | 304.62º | 0.73% | 0.91% | - |
| XYZ | 47.84 | 25.83 | 69.48 | - |
| YUV | 131.32 | 177.49 | 199.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 63 | 219 | 0 | 0.73 | 0.06 | 0.09 | 304.62 | 0.79 | 0.58 |
| Hex | E8 | 3F | DB | 0 | 49 | 6 | 9 | 131 | 4F | 3A |
| Octal | 350 | 77 | 333 | 0 | 111 | 6 | 11 | 461 | 117 | 72 |
| Binary | 11101000 | 111111 | 11011011 | 0 | 1001001 | 110 | 1001 | 100110001 | 1001111 | 111010 |
Color Harmonies of #E83FDB
Complementary color
Monochromatic Colors of #E83FDB
Black with #E83FDB
Text Example
Text Example
White with #E83FDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E83FDB; }
p { color: rgb(232,63,219); }
H1.HeaderClassName
{
color: #E83FDB;
}
.AnyTagClassName
{
color: #E83FDB;
}
</style>
background-color css
<style>
a { background-color: #E83FDB; }
a { background-color: rgb(232,63,219); }
div.DivClassName
{
background-color: #E83FDB;
}
.BgClassName
{
background-color: #E83FDB;
}
</style>
border-color css
<style>
span { border-color: #E83FDB; }
span { border-color: rgb(232,63,219); }
td.TdClassName
{
border-color: #E83FDB;
}
.TagClassName
{
border-color: #E83FDB;
}
</style>