Html Css Color HEX #E83BDF Free Speech Magenta
📋 copy color: '#E83BDF'red 232 ◦ green 59 ◦ blue 223
Shades of Free Speech Magenta #E83BDF
Tints of Free Speech Magenta #E83BDF
RGB
CMYK
RGB Variations
Color information
#E83BDF (or 0xE83BDF) is known color: Free Speech Magenta. HEX triplet: E8, 3B and DF. RGB value is (232,59,223). Sum of RGB (Red+Green+Blue) = 232+59+223=514 (68% of max value = 765). Red value is 232 (91.02% from 255 or 45.14% from 514); Green value is 59 (23.44% from 255 or 11.48% from 514); Blue value is 223 (87.5% from 255 or 43.39% from 514); Max value from RGB is 232 - color contains mainly: red. Hex color #E83BDF is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E83BDF is #17C420. Grayscale: #808080. Windows color (decimal): -1557537 or 14629864. OLE color: 14629864.
HSL color Cylindrical-coordinate representation of color #E83BDF: hue angle of 303.12º degrees, saturation: 0.79, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #E83BDF is Cyan = 0, Magento = 0.75, Yellow = 0.04 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 59 | 223 | - |
| CMYK | 0 | 0.75 | 0.04 | 0.09 |
| HSL | 303.12º | 0.79% | 0.57% | - |
| HSV(B) | 303.12º | 0.75% | 0.91% | - |
| XYZ | 48.16 | 25.61 | 72.22 | - |
| YUV | 129.42 | 180.81 | 201.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 59 | 223 | 0 | 0.75 | 0.04 | 0.09 | 303.12 | 0.79 | 0.57 |
| Hex | E8 | 3B | DF | 0 | 4B | 4 | 9 | 12F | 4F | 39 |
| Octal | 350 | 73 | 337 | 0 | 113 | 4 | 11 | 457 | 117 | 71 |
| Binary | 11101000 | 111011 | 11011111 | 0 | 1001011 | 100 | 1001 | 100101111 | 1001111 | 111001 |
Color Harmonies of #E83BDF
Complementary color
Monochromatic Colors of #E83BDF
Black with #E83BDF
Text Example
Text Example
White with #E83BDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E83BDF; }
p { color: rgb(232,59,223); }
H1.HeaderClassName
{
color: #E83BDF;
}
.AnyTagClassName
{
color: #E83BDF;
}
</style>
background-color css
<style>
a { background-color: #E83BDF; }
a { background-color: rgb(232,59,223); }
div.DivClassName
{
background-color: #E83BDF;
}
.BgClassName
{
background-color: #E83BDF;
}
</style>
border-color css
<style>
span { border-color: #E83BDF; }
span { border-color: rgb(232,59,223); }
td.TdClassName
{
border-color: #E83BDF;
}
.TagClassName
{
border-color: #E83BDF;
}
</style>