Html Css Color HEX #E54DCD Free Speech Magenta
📋 copy color: '#E54DCD'red 229 ◦ green 77 ◦ blue 205
Shades of Free Speech Magenta #E54DCD
Tints of Free Speech Magenta #E54DCD
RGB
CMYK
RGB Variations
Color information
#E54DCD (or 0xE54DCD) is known color: Free Speech Magenta. HEX triplet: E5, 4D and CD. RGB value is (229,77,205). Sum of RGB (Red+Green+Blue) = 229+77+205=511 (67% of max value = 765). Red value is 229 (89.84% from 255 or 44.81% from 511); Green value is 77 (30.47% from 255 or 15.07% from 511); Blue value is 205 (80.47% from 255 or 40.12% from 511); Max value from RGB is 229 - color contains mainly: red. Hex color #E54DCD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E54DCD is #1AB232. Grayscale: #888888. Windows color (decimal): -1749555 or 13454821. OLE color: 13454821.
HSL color Cylindrical-coordinate representation of color #E54DCD: hue angle of 309.47º 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 #E54DCD is Cyan = 0, Magento = 0.66, Yellow = 0.10 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 77 | 205 | - |
| CMYK | 0 | 0.66 | 0.10 | 0.10 |
| HSL | 309.47º | 0.75% | 0.6% | - |
| HSV(B) | 309.47º | 0.66% | 0.9% | - |
| XYZ | 45.99 | 26.37 | 60.42 | - |
| YUV | 137.04 | 166.36 | 193.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 77 | 205 | 0 | 0.66 | 0.10 | 0.10 | 309.47 | 0.75 | 0.6 |
| Hex | E5 | 4D | CD | 0 | 42 | A | A | 135 | 4B | 3C |
| Octal | 345 | 115 | 315 | 0 | 102 | 12 | 12 | 465 | 113 | 74 |
| Binary | 11100101 | 1001101 | 11001101 | 0 | 1000010 | 1010 | 1010 | 100110101 | 1001011 | 111100 |
Color Harmonies of #E54DCD
Complementary color
Monochromatic Colors of #E54DCD
Black with #E54DCD
Text Example
Text Example
White with #E54DCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E54DCD; }
p { color: rgb(229,77,205); }
H1.HeaderClassName
{
color: #E54DCD;
}
.AnyTagClassName
{
color: #E54DCD;
}
</style>
background-color css
<style>
a { background-color: #E54DCD; }
a { background-color: rgb(229,77,205); }
div.DivClassName
{
background-color: #E54DCD;
}
.BgClassName
{
background-color: #E54DCD;
}
</style>
border-color css
<style>
span { border-color: #E54DCD; }
span { border-color: rgb(229,77,205); }
td.TdClassName
{
border-color: #E54DCD;
}
.TagClassName
{
border-color: #E54DCD;
}
</style>