Html Css Color HEX #E83EDD Free Speech Magenta
📋 copy color: '#E83EDD'red 232 ◦ green 62 ◦ blue 221
Shades of Free Speech Magenta #E83EDD
Tints of Free Speech Magenta #E83EDD
RGB
CMYK
RGB Variations
Color information
#E83EDD (or 0xE83EDD) is known color: Free Speech Magenta. HEX triplet: E8, 3E and DD. RGB value is (232,62,221). Sum of RGB (Red+Green+Blue) = 232+62+221=515 (68% of max value = 765). Red value is 232 (91.02% from 255 or 45.05% from 515); Green value is 62 (24.61% from 255 or 12.04% from 515); Blue value is 221 (86.72% from 255 or 42.91% from 515); Max value from RGB is 232 - color contains mainly: red. Hex color #E83EDD is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E83EDD is #17C122. Grayscale: #828282. Windows color (decimal): -1556771 or 14499560. OLE color: 14499560.
HSL color Cylindrical-coordinate representation of color #E83EDD: hue angle of 303.88º 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 #E83EDD is Cyan = 0, Magento = 0.73, Yellow = 0.05 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 62 | 221 | - |
| CMYK | 0 | 0.73 | 0.05 | 0.09 |
| HSL | 303.88º | 0.79% | 0.58% | - |
| HSV(B) | 303.88º | 0.73% | 0.91% | - |
| XYZ | 48.05 | 25.82 | 70.86 | - |
| YUV | 130.96 | 178.82 | 200.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 62 | 221 | 0 | 0.73 | 0.05 | 0.09 | 303.88 | 0.79 | 0.58 |
| Hex | E8 | 3E | DD | 0 | 49 | 5 | 9 | 130 | 4F | 3A |
| Octal | 350 | 76 | 335 | 0 | 111 | 5 | 11 | 460 | 117 | 72 |
| Binary | 11101000 | 111110 | 11011101 | 0 | 1001001 | 101 | 1001 | 100110000 | 1001111 | 111010 |
Color Harmonies of #E83EDD
Complementary color
Monochromatic Colors of #E83EDD
Black with #E83EDD
Text Example
Text Example
White with #E83EDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E83EDD; }
p { color: rgb(232,62,221); }
H1.HeaderClassName
{
color: #E83EDD;
}
.AnyTagClassName
{
color: #E83EDD;
}
</style>
background-color css
<style>
a { background-color: #E83EDD; }
a { background-color: rgb(232,62,221); }
div.DivClassName
{
background-color: #E83EDD;
}
.BgClassName
{
background-color: #E83EDD;
}
</style>
border-color css
<style>
span { border-color: #E83EDD; }
span { border-color: rgb(232,62,221); }
td.TdClassName
{
border-color: #E83EDD;
}
.TagClassName
{
border-color: #E83EDD;
}
</style>