Html Css Color HEX #E54DD9 Free Speech Magenta
📋 copy color: '#E54DD9'red 229 ◦ green 77 ◦ blue 217
Shades of Free Speech Magenta #E54DD9
Tints of Free Speech Magenta #E54DD9
RGB
CMYK
RGB Variations
Color information
#E54DD9 (or 0xE54DD9) is known color: Free Speech Magenta. HEX triplet: E5, 4D and D9. RGB value is (229,77,217). Sum of RGB (Red+Green+Blue) = 229+77+217=523 (69% of max value = 765). Red value is 229 (89.84% from 255 or 43.79% from 523); Green value is 77 (30.47% from 255 or 14.72% from 523); Blue value is 217 (85.16% from 255 or 41.49% from 523); Max value from RGB is 229 - color contains mainly: red. Hex color #E54DD9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E54DD9 is #1AB226. Grayscale: #8A8A8A. Windows color (decimal): -1749543 or 14241253. OLE color: 14241253.
HSL color Cylindrical-coordinate representation of color #E54DD9: hue angle of 304.74º degrees, saturation: 0.75, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #E54DD9 is Cyan = 0, Magento = 0.66, Yellow = 0.05 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 77 | 217 | - |
| CMYK | 0 | 0.66 | 0.05 | 0.10 |
| HSL | 304.74º | 0.75% | 0.6% | - |
| HSV(B) | 304.74º | 0.66% | 0.9% | - |
| XYZ | 47.49 | 26.98 | 68.35 | - |
| YUV | 138.41 | 172.36 | 192.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 77 | 217 | 0 | 0.66 | 0.05 | 0.10 | 304.74 | 0.75 | 0.6 |
| Hex | E5 | 4D | D9 | 0 | 42 | 5 | A | 131 | 4B | 3C |
| Octal | 345 | 115 | 331 | 0 | 102 | 5 | 12 | 461 | 113 | 74 |
| Binary | 11100101 | 1001101 | 11011001 | 0 | 1000010 | 101 | 1010 | 100110001 | 1001011 | 111100 |
Color Harmonies of #E54DD9
Complementary color
Monochromatic Colors of #E54DD9
Black with #E54DD9
Text Example
Text Example
White with #E54DD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E54DD9; }
p { color: rgb(229,77,217); }
H1.HeaderClassName
{
color: #E54DD9;
}
.AnyTagClassName
{
color: #E54DD9;
}
</style>
background-color css
<style>
a { background-color: #E54DD9; }
a { background-color: rgb(229,77,217); }
div.DivClassName
{
background-color: #E54DD9;
}
.BgClassName
{
background-color: #E54DD9;
}
</style>
border-color css
<style>
span { border-color: #E54DD9; }
span { border-color: rgb(229,77,217); }
td.TdClassName
{
border-color: #E54DD9;
}
.TagClassName
{
border-color: #E54DD9;
}
</style>