Html Css Color HEX #E540D9 Free Speech Magenta
📋 copy color: '#E540D9'red 229 ◦ green 64 ◦ blue 217
Shades of Free Speech Magenta #E540D9
Tints of Free Speech Magenta #E540D9
RGB
CMYK
RGB Variations
Color information
#E540D9 (or 0xE540D9) is known color: Free Speech Magenta. HEX triplet: E5, 40 and D9. RGB value is (229,64,217). Sum of RGB (Red+Green+Blue) = 229+64+217=510 (67% of max value = 765). Red value is 229 (89.84% from 255 or 44.90% from 510); Green value is 64 (25.39% from 255 or 12.55% from 510); Blue value is 217 (85.16% from 255 or 42.55% from 510); Max value from RGB is 229 - color contains mainly: red. Hex color #E540D9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E540D9 is #1ABF26. Grayscale: #828282. Windows color (decimal): -1752871 or 14237925. OLE color: 14237925.
HSL color Cylindrical-coordinate representation of color #E540D9: hue angle of 304.36º degrees, saturation: 0.76, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #E540D9 is Cyan = 0, Magento = 0.72, Yellow = 0.05 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 64 | 217 | - |
| CMYK | 0 | 0.72 | 0.05 | 0.10 |
| HSL | 304.36º | 0.76% | 0.57% | - |
| HSV(B) | 304.36º | 0.72% | 0.9% | - |
| XYZ | 46.67 | 25.33 | 68.08 | - |
| YUV | 130.78 | 176.66 | 198.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 64 | 217 | 0 | 0.72 | 0.05 | 0.10 | 304.36 | 0.76 | 0.57 |
| Hex | E5 | 40 | D9 | 0 | 48 | 5 | A | 130 | 4C | 39 |
| Octal | 345 | 100 | 331 | 0 | 110 | 5 | 12 | 460 | 114 | 71 |
| Binary | 11100101 | 1000000 | 11011001 | 0 | 1001000 | 101 | 1010 | 100110000 | 1001100 | 111001 |
Color Harmonies of #E540D9
Complementary color
Monochromatic Colors of #E540D9
Black with #E540D9
Text Example
Text Example
White with #E540D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E540D9; }
p { color: rgb(229,64,217); }
H1.HeaderClassName
{
color: #E540D9;
}
.AnyTagClassName
{
color: #E540D9;
}
</style>
background-color css
<style>
a { background-color: #E540D9; }
a { background-color: rgb(229,64,217); }
div.DivClassName
{
background-color: #E540D9;
}
.BgClassName
{
background-color: #E540D9;
}
</style>
border-color css
<style>
span { border-color: #E540D9; }
span { border-color: rgb(229,64,217); }
td.TdClassName
{
border-color: #E540D9;
}
.TagClassName
{
border-color: #E540D9;
}
</style>