Html Css Color HEX #E54DDA Free Speech Magenta
📋 copy color: '#E54DDA'red 229 ◦ green 77 ◦ blue 218
Shades of Free Speech Magenta #E54DDA
Tints of Free Speech Magenta #E54DDA
RGB
CMYK
RGB Variations
Color information
#E54DDA (or 0xE54DDA) is known color: Free Speech Magenta. HEX triplet: E5, 4D and DA. RGB value is (229,77,218). Sum of RGB (Red+Green+Blue) = 229+77+218=524 (69% of max value = 765). Red value is 229 (89.84% from 255 or 43.70% from 524); Green value is 77 (30.47% from 255 or 14.69% from 524); Blue value is 218 (85.55% from 255 or 41.60% from 524); Max value from RGB is 229 - color contains mainly: red. Hex color #E54DDA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E54DDA is #1AB225. Grayscale: #8A8A8A. Windows color (decimal): -1749542 or 14306789. OLE color: 14306789.
HSL color Cylindrical-coordinate representation of color #E54DDA: hue angle of 304.34º 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 #E54DDA is Cyan = 0, Magento = 0.66, Yellow = 0.05 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 77 | 218 | - |
| CMYK | 0 | 0.66 | 0.05 | 0.10 |
| HSL | 304.34º | 0.75% | 0.6% | - |
| HSV(B) | 304.34º | 0.66% | 0.9% | - |
| XYZ | 47.62 | 27.03 | 69.04 | - |
| YUV | 138.52 | 172.86 | 192.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 77 | 218 | 0 | 0.66 | 0.05 | 0.10 | 304.34 | 0.75 | 0.6 |
| Hex | E5 | 4D | DA | 0 | 42 | 5 | A | 130 | 4B | 3C |
| Octal | 345 | 115 | 332 | 0 | 102 | 5 | 12 | 460 | 113 | 74 |
| Binary | 11100101 | 1001101 | 11011010 | 0 | 1000010 | 101 | 1010 | 100110000 | 1001011 | 111100 |
Color Harmonies of #E54DDA
Complementary color
Monochromatic Colors of #E54DDA
Black with #E54DDA
Text Example
Text Example
White with #E54DDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E54DDA; }
p { color: rgb(229,77,218); }
H1.HeaderClassName
{
color: #E54DDA;
}
.AnyTagClassName
{
color: #E54DDA;
}
</style>
background-color css
<style>
a { background-color: #E54DDA; }
a { background-color: rgb(229,77,218); }
div.DivClassName
{
background-color: #E54DDA;
}
.BgClassName
{
background-color: #E54DDA;
}
</style>
border-color css
<style>
span { border-color: #E54DDA; }
span { border-color: rgb(229,77,218); }
td.TdClassName
{
border-color: #E54DDA;
}
.TagClassName
{
border-color: #E54DDA;
}
</style>