Html Css Color HEX #E54ED5 Free Speech Magenta
📋 copy color: '#E54ED5'red 229 ◦ green 78 ◦ blue 213
Shades of Free Speech Magenta #E54ED5
Tints of Free Speech Magenta #E54ED5
RGB
CMYK
RGB Variations
Color information
#E54ED5 (or 0xE54ED5) is known color: Free Speech Magenta. HEX triplet: E5, 4E and D5. RGB value is (229,78,213). Sum of RGB (Red+Green+Blue) = 229+78+213=520 (68% of max value = 765). Red value is 229 (89.84% from 255 or 44.04% from 520); Green value is 78 (30.86% from 255 or 15% from 520); Blue value is 213 (83.59% from 255 or 40.96% from 520); Max value from RGB is 229 - color contains mainly: red. Hex color #E54ED5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E54ED5 is #1AB12A. Grayscale: #8A8A8A. Windows color (decimal): -1749291 or 13979365. OLE color: 13979365.
HSL color Cylindrical-coordinate representation of color #E54ED5: hue angle of 306.36º 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 #E54ED5 is Cyan = 0, Magento = 0.66, Yellow = 0.07 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 78 | 213 | - |
| CMYK | 0 | 0.66 | 0.07 | 0.10 |
| HSL | 306.36º | 0.74% | 0.6% | - |
| HSV(B) | 306.36º | 0.66% | 0.9% | - |
| XYZ | 47.05 | 26.91 | 65.67 | - |
| YUV | 138.54 | 170.03 | 192.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 78 | 213 | 0 | 0.66 | 0.07 | 0.10 | 306.36 | 0.74 | 0.6 |
| Hex | E5 | 4E | D5 | 0 | 42 | 7 | A | 132 | 4A | 3C |
| Octal | 345 | 116 | 325 | 0 | 102 | 7 | 12 | 462 | 112 | 74 |
| Binary | 11100101 | 1001110 | 11010101 | 0 | 1000010 | 111 | 1010 | 100110010 | 1001010 | 111100 |
Color Harmonies of #E54ED5
Complementary color
Monochromatic Colors of #E54ED5
Black with #E54ED5
Text Example
Text Example
White with #E54ED5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E54ED5; }
p { color: rgb(229,78,213); }
H1.HeaderClassName
{
color: #E54ED5;
}
.AnyTagClassName
{
color: #E54ED5;
}
</style>
background-color css
<style>
a { background-color: #E54ED5; }
a { background-color: rgb(229,78,213); }
div.DivClassName
{
background-color: #E54ED5;
}
.BgClassName
{
background-color: #E54ED5;
}
</style>
border-color css
<style>
span { border-color: #E54ED5; }
span { border-color: rgb(229,78,213); }
td.TdClassName
{
border-color: #E54ED5;
}
.TagClassName
{
border-color: #E54ED5;
}
</style>