Html Css Color HEX #E53ADE Free Speech Magenta
📋 copy color: '#E53ADE'red 229 ◦ green 58 ◦ blue 222
Shades of Free Speech Magenta #E53ADE
Tints of Free Speech Magenta #E53ADE
RGB
CMYK
RGB Variations
Color information
#E53ADE (or 0xE53ADE) is known color: Free Speech Magenta. HEX triplet: E5, 3A and DE. RGB value is (229,58,222). Sum of RGB (Red+Green+Blue) = 229+58+222=509 (67% of max value = 765). Red value is 229 (89.84% from 255 or 44.99% from 509); Green value is 58 (23.05% from 255 or 11.39% from 509); Blue value is 222 (87.11% from 255 or 43.61% from 509); Max value from RGB is 229 - color contains mainly: red. Hex color #E53ADE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E53ADE is #1AC521. Grayscale: #7F7F7F. Windows color (decimal): -1754402 or 14564069. OLE color: 14564069.
HSL color Cylindrical-coordinate representation of color #E53ADE: hue angle of 302.46º degrees, saturation: 0.77, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #E53ADE is Cyan = 0, Magento = 0.75, Yellow = 0.03 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 58 | 222 | - |
| CMYK | 0 | 0.75 | 0.03 | 0.10 |
| HSL | 302.46º | 0.77% | 0.56% | - |
| HSV(B) | 302.46º | 0.75% | 0.9% | - |
| XYZ | 47.01 | 24.96 | 71.45 | - |
| YUV | 127.83 | 181.15 | 200.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 58 | 222 | 0 | 0.75 | 0.03 | 0.10 | 302.46 | 0.77 | 0.56 |
| Hex | E5 | 3A | DE | 0 | 4B | 3 | A | 12E | 4D | 38 |
| Octal | 345 | 72 | 336 | 0 | 113 | 3 | 12 | 456 | 115 | 70 |
| Binary | 11100101 | 111010 | 11011110 | 0 | 1001011 | 11 | 1010 | 100101110 | 1001101 | 111000 |
Color Harmonies of #E53ADE
Complementary color
Monochromatic Colors of #E53ADE
Black with #E53ADE
Text Example
Text Example
White with #E53ADE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E53ADE; }
p { color: rgb(229,58,222); }
H1.HeaderClassName
{
color: #E53ADE;
}
.AnyTagClassName
{
color: #E53ADE;
}
</style>
background-color css
<style>
a { background-color: #E53ADE; }
a { background-color: rgb(229,58,222); }
div.DivClassName
{
background-color: #E53ADE;
}
.BgClassName
{
background-color: #E53ADE;
}
</style>
border-color css
<style>
span { border-color: #E53ADE; }
span { border-color: rgb(229,58,222); }
td.TdClassName
{
border-color: #E53ADE;
}
.TagClassName
{
border-color: #E53ADE;
}
</style>