Html Css Color HEX #E83ADE Free Speech Magenta
📋 copy color: '#E83ADE'red 232 ◦ green 58 ◦ blue 222
Shades of Free Speech Magenta #E83ADE
Tints of Free Speech Magenta #E83ADE
RGB
CMYK
RGB Variations
Color information
#E83ADE (or 0xE83ADE) is known color: Free Speech Magenta. HEX triplet: E8, 3A and DE. RGB value is (232,58,222). Sum of RGB (Red+Green+Blue) = 232+58+222=512 (67% of max value = 765). Red value is 232 (91.02% from 255 or 45.31% from 512); Green value is 58 (23.05% from 255 or 11.33% from 512); Blue value is 222 (87.11% from 255 or 43.36% from 512); Max value from RGB is 232 - color contains mainly: red. Hex color #E83ADE is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E83ADE is #17C521. Grayscale: #808080. Windows color (decimal): -1557794 or 14564072. OLE color: 14564072.
HSL color Cylindrical-coordinate representation of color #E83ADE: hue angle of 303.45º 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 #E83ADE is Cyan = 0, Magento = 0.75, Yellow = 0.04 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 58 | 222 | - |
| CMYK | 0 | 0.75 | 0.04 | 0.09 |
| HSL | 303.45º | 0.79% | 0.57% | - |
| HSV(B) | 303.45º | 0.75% | 0.91% | - |
| XYZ | 47.98 | 25.46 | 71.49 | - |
| YUV | 128.72 | 180.65 | 201.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 58 | 222 | 0 | 0.75 | 0.04 | 0.09 | 303.45 | 0.79 | 0.57 |
| Hex | E8 | 3A | DE | 0 | 4B | 4 | 9 | 12F | 4F | 39 |
| Octal | 350 | 72 | 336 | 0 | 113 | 4 | 11 | 457 | 117 | 71 |
| Binary | 11101000 | 111010 | 11011110 | 0 | 1001011 | 100 | 1001 | 100101111 | 1001111 | 111001 |
Color Harmonies of #E83ADE
Complementary color
Monochromatic Colors of #E83ADE
Black with #E83ADE
Text Example
Text Example
White with #E83ADE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E83ADE; }
p { color: rgb(232,58,222); }
H1.HeaderClassName
{
color: #E83ADE;
}
.AnyTagClassName
{
color: #E83ADE;
}
</style>
background-color css
<style>
a { background-color: #E83ADE; }
a { background-color: rgb(232,58,222); }
div.DivClassName
{
background-color: #E83ADE;
}
.BgClassName
{
background-color: #E83ADE;
}
</style>
border-color css
<style>
span { border-color: #E83ADE; }
span { border-color: rgb(232,58,222); }
td.TdClassName
{
border-color: #E83ADE;
}
.TagClassName
{
border-color: #E83ADE;
}
</style>