Html Css Color HEX #E54ECD Free Speech Magenta
📋 copy color: '#E54ECD'red 229 ◦ green 78 ◦ blue 205
Shades of Free Speech Magenta #E54ECD
Tints of Free Speech Magenta #E54ECD
RGB
CMYK
RGB Variations
Color information
#E54ECD (or 0xE54ECD) is known color: Free Speech Magenta. HEX triplet: E5, 4E and CD. RGB value is (229,78,205). Sum of RGB (Red+Green+Blue) = 229+78+205=512 (67% of max value = 765). Red value is 229 (89.84% from 255 or 44.73% from 512); Green value is 78 (30.86% from 255 or 15.23% from 512); Blue value is 205 (80.47% from 255 or 40.04% from 512); Max value from RGB is 229 - color contains mainly: red. Hex color #E54ECD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E54ECD is #1AB132. Grayscale: #898989. Windows color (decimal): -1749299 or 13455077. OLE color: 13455077.
HSL color Cylindrical-coordinate representation of color #E54ECD: hue angle of 309.54º degrees, saturation: 0.74, 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 #E54ECD is Cyan = 0, Magento = 0.66, Yellow = 0.10 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 78 | 205 | - |
| CMYK | 0 | 0.66 | 0.10 | 0.10 |
| HSL | 309.54º | 0.74% | 0.6% | - |
| HSV(B) | 309.54º | 0.66% | 0.9% | - |
| XYZ | 46.06 | 26.51 | 60.45 | - |
| YUV | 137.63 | 166.03 | 193.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 78 | 205 | 0 | 0.66 | 0.10 | 0.10 | 309.54 | 0.74 | 0.6 |
| Hex | E5 | 4E | CD | 0 | 42 | A | A | 136 | 4A | 3C |
| Octal | 345 | 116 | 315 | 0 | 102 | 12 | 12 | 466 | 112 | 74 |
| Binary | 11100101 | 1001110 | 11001101 | 0 | 1000010 | 1010 | 1010 | 100110110 | 1001010 | 111100 |
Color Harmonies of #E54ECD
Complementary color
Monochromatic Colors of #E54ECD
Black with #E54ECD
Text Example
Text Example
White with #E54ECD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E54ECD; }
p { color: rgb(229,78,205); }
H1.HeaderClassName
{
color: #E54ECD;
}
.AnyTagClassName
{
color: #E54ECD;
}
</style>
background-color css
<style>
a { background-color: #E54ECD; }
a { background-color: rgb(229,78,205); }
div.DivClassName
{
background-color: #E54ECD;
}
.BgClassName
{
background-color: #E54ECD;
}
</style>
border-color css
<style>
span { border-color: #E54ECD; }
span { border-color: rgb(229,78,205); }
td.TdClassName
{
border-color: #E54ECD;
}
.TagClassName
{
border-color: #E54ECD;
}
</style>