Html Css Color HEX #E54DB9 Free Speech Magenta
📋 copy color: '#E54DB9'red 229 ◦ green 77 ◦ blue 185
Shades of Free Speech Magenta #E54DB9
Tints of Free Speech Magenta #E54DB9
RGB
CMYK
RGB Variations
Color information
#E54DB9 (or 0xE54DB9) is known color: Free Speech Magenta. HEX triplet: E5, 4D and B9. RGB value is (229,77,185). Sum of RGB (Red+Green+Blue) = 229+77+185=491 (65% of max value = 765). Red value is 229 (89.84% from 255 or 46.64% from 491); Green value is 77 (30.47% from 255 or 15.68% from 491); Blue value is 185 (72.66% from 255 or 37.68% from 491); Max value from RGB is 229 - color contains mainly: red. Hex color #E54DB9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E54DB9 is #1AB246. Grayscale: #868686. Windows color (decimal): -1749575 or 12144101. OLE color: 12144101.
HSL color Cylindrical-coordinate representation of color #E54DB9: hue angle of 317.37º 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 #E54DB9 is Cyan = 0, Magento = 0.66, Yellow = 0.19 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 77 | 185 | - |
| CMYK | 0 | 0.66 | 0.19 | 0.10 |
| HSL | 317.37º | 0.75% | 0.6% | - |
| HSV(B) | 317.37º | 0.66% | 0.9% | - |
| XYZ | 43.72 | 25.47 | 48.51 | - |
| YUV | 134.76 | 156.36 | 195.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 77 | 185 | 0 | 0.66 | 0.19 | 0.10 | 317.37 | 0.75 | 0.6 |
| Hex | E5 | 4D | B9 | 0 | 42 | 13 | A | 13D | 4B | 3C |
| Octal | 345 | 115 | 271 | 0 | 102 | 23 | 12 | 475 | 113 | 74 |
| Binary | 11100101 | 1001101 | 10111001 | 0 | 1000010 | 10011 | 1010 | 100111101 | 1001011 | 111100 |
Color Harmonies of #E54DB9
Complementary color
Monochromatic Colors of #E54DB9
Black with #E54DB9
Text Example
Text Example
White with #E54DB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E54DB9; }
p { color: rgb(229,77,185); }
H1.HeaderClassName
{
color: #E54DB9;
}
.AnyTagClassName
{
color: #E54DB9;
}
</style>
background-color css
<style>
a { background-color: #E54DB9; }
a { background-color: rgb(229,77,185); }
div.DivClassName
{
background-color: #E54DB9;
}
.BgClassName
{
background-color: #E54DB9;
}
</style>
border-color css
<style>
span { border-color: #E54DB9; }
span { border-color: rgb(229,77,185); }
td.TdClassName
{
border-color: #E54DB9;
}
.TagClassName
{
border-color: #E54DB9;
}
</style>