Html Css Color HEX #E83FDD Free Speech Magenta
📋 copy color: '#E83FDD'red 232 ◦ green 63 ◦ blue 221
Shades of Free Speech Magenta #E83FDD
Tints of Free Speech Magenta #E83FDD
RGB
CMYK
RGB Variations
Color information
#E83FDD (or 0xE83FDD) is known color: Free Speech Magenta. HEX triplet: E8, 3F and DD. RGB value is (232,63,221). Sum of RGB (Red+Green+Blue) = 232+63+221=516 (68% of max value = 765). Red value is 232 (91.02% from 255 or 44.96% from 516); Green value is 63 (25% from 255 or 12.21% from 516); Blue value is 221 (86.72% from 255 or 42.83% from 516); Max value from RGB is 232 - color contains mainly: red. Hex color #E83FDD is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E83FDD is #17C022. Grayscale: #838383. Windows color (decimal): -1556515 or 14499816. OLE color: 14499816.
HSL color Cylindrical-coordinate representation of color #E83FDD: hue angle of 303.91º 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 #E83FDD is Cyan = 0, Magento = 0.73, Yellow = 0.05 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 63 | 221 | - |
| CMYK | 0 | 0.73 | 0.05 | 0.09 |
| HSL | 303.91º | 0.79% | 0.58% | - |
| HSV(B) | 303.91º | 0.73% | 0.91% | - |
| XYZ | 48.11 | 25.93 | 70.88 | - |
| YUV | 131.54 | 178.49 | 199.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 63 | 221 | 0 | 0.73 | 0.05 | 0.09 | 303.91 | 0.79 | 0.58 |
| Hex | E8 | 3F | DD | 0 | 49 | 5 | 9 | 130 | 4F | 3A |
| Octal | 350 | 77 | 335 | 0 | 111 | 5 | 11 | 460 | 117 | 72 |
| Binary | 11101000 | 111111 | 11011101 | 0 | 1001001 | 101 | 1001 | 100110000 | 1001111 | 111010 |
Color Harmonies of #E83FDD
Complementary color
Monochromatic Colors of #E83FDD
Black with #E83FDD
Text Example
Text Example
White with #E83FDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E83FDD; }
p { color: rgb(232,63,221); }
H1.HeaderClassName
{
color: #E83FDD;
}
.AnyTagClassName
{
color: #E83FDD;
}
</style>
background-color css
<style>
a { background-color: #E83FDD; }
a { background-color: rgb(232,63,221); }
div.DivClassName
{
background-color: #E83FDD;
}
.BgClassName
{
background-color: #E83FDD;
}
</style>
border-color css
<style>
span { border-color: #E83FDD; }
span { border-color: rgb(232,63,221); }
td.TdClassName
{
border-color: #E83FDD;
}
.TagClassName
{
border-color: #E83FDD;
}
</style>