Html Css Color HEX #E050D9 Free Speech Magenta
📋 copy color: '#E050D9'red 224 ◦ green 80 ◦ blue 217
Shades of Free Speech Magenta #E050D9
Tints of Free Speech Magenta #E050D9
RGB
CMYK
RGB Variations
Color information
#E050D9 (or 0xE050D9) is known color: Free Speech Magenta. HEX triplet: E0, 50 and D9. RGB value is (224,80,217). Sum of RGB (Red+Green+Blue) = 224+80+217=521 (69% of max value = 765). Red value is 224 (87.89% from 255 or 42.99% from 521); Green value is 80 (31.64% from 255 or 15.36% from 521); Blue value is 217 (85.16% from 255 or 41.65% from 521); Max value from RGB is 224 - color contains mainly: red. Hex color #E050D9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E050D9 is #1FAF26. Grayscale: #8A8A8A. Windows color (decimal): -2076455 or 14242016. OLE color: 14242016.
HSL color Cylindrical-coordinate representation of color #E050D9: hue angle of 302.92º degrees, saturation: 0.7, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #E050D9 is Cyan = 0, Magento = 0.64, Yellow = 0.03 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 80 | 217 | - |
| CMYK | 0 | 0.64 | 0.03 | 0.12 |
| HSL | 302.92º | 0.7% | 0.6% | - |
| HSV(B) | 302.92º | 0.64% | 0.88% | - |
| XYZ | 46.13 | 26.59 | 68.35 | - |
| YUV | 138.67 | 172.21 | 188.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 80 | 217 | 0 | 0.64 | 0.03 | 0.12 | 302.92 | 0.7 | 0.6 |
| Hex | E0 | 50 | D9 | 0 | 40 | 3 | C | 12F | 46 | 3C |
| Octal | 340 | 120 | 331 | 0 | 100 | 3 | 14 | 457 | 106 | 74 |
| Binary | 11100000 | 1010000 | 11011001 | 0 | 1000000 | 11 | 1100 | 100101111 | 1000110 | 111100 |
Color Harmonies of #E050D9
Complementary color
Monochromatic Colors of #E050D9
Black with #E050D9
Text Example
Text Example
White with #E050D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E050D9; }
p { color: rgb(224,80,217); }
H1.HeaderClassName
{
color: #E050D9;
}
.AnyTagClassName
{
color: #E050D9;
}
</style>
background-color css
<style>
a { background-color: #E050D9; }
a { background-color: rgb(224,80,217); }
div.DivClassName
{
background-color: #E050D9;
}
.BgClassName
{
background-color: #E050D9;
}
</style>
border-color css
<style>
span { border-color: #E050D9; }
span { border-color: rgb(224,80,217); }
td.TdClassName
{
border-color: #E050D9;
}
.TagClassName
{
border-color: #E050D9;
}
</style>