Html Css Color HEX #E54DBA Free Speech Magenta
📋 copy color: '#E54DBA'red 229 ◦ green 77 ◦ blue 186
Shades of Free Speech Magenta #E54DBA
Tints of Free Speech Magenta #E54DBA
RGB
CMYK
RGB Variations
Color information
#E54DBA (or 0xE54DBA) is known color: Free Speech Magenta. HEX triplet: E5, 4D and BA. RGB value is (229,77,186). Sum of RGB (Red+Green+Blue) = 229+77+186=492 (65% of max value = 765). Red value is 229 (89.84% from 255 or 46.54% from 492); Green value is 77 (30.47% from 255 or 15.65% from 492); Blue value is 186 (73.05% from 255 or 37.80% from 492); Max value from RGB is 229 - color contains mainly: red. Hex color #E54DBA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E54DBA is #1AB245. Grayscale: #868686. Windows color (decimal): -1749574 or 12209637. OLE color: 12209637.
HSL color Cylindrical-coordinate representation of color #E54DBA: hue angle of 316.97º 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 #E54DBA is Cyan = 0, Magento = 0.66, Yellow = 0.19 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 77 | 186 | - |
| CMYK | 0 | 0.66 | 0.19 | 0.10 |
| HSL | 316.97º | 0.75% | 0.6% | - |
| HSV(B) | 316.97º | 0.66% | 0.9% | - |
| XYZ | 43.83 | 25.51 | 49.07 | - |
| YUV | 134.87 | 156.86 | 195.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 77 | 186 | 0 | 0.66 | 0.19 | 0.10 | 316.97 | 0.75 | 0.6 |
| Hex | E5 | 4D | BA | 0 | 42 | 13 | A | 13D | 4B | 3C |
| Octal | 345 | 115 | 272 | 0 | 102 | 23 | 12 | 475 | 113 | 74 |
| Binary | 11100101 | 1001101 | 10111010 | 0 | 1000010 | 10011 | 1010 | 100111101 | 1001011 | 111100 |
Color Harmonies of #E54DBA
Complementary color
Monochromatic Colors of #E54DBA
Black with #E54DBA
Text Example
Text Example
White with #E54DBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E54DBA; }
p { color: rgb(229,77,186); }
H1.HeaderClassName
{
color: #E54DBA;
}
.AnyTagClassName
{
color: #E54DBA;
}
</style>
background-color css
<style>
a { background-color: #E54DBA; }
a { background-color: rgb(229,77,186); }
div.DivClassName
{
background-color: #E54DBA;
}
.BgClassName
{
background-color: #E54DBA;
}
</style>
border-color css
<style>
span { border-color: #E54DBA; }
span { border-color: rgb(229,77,186); }
td.TdClassName
{
border-color: #E54DBA;
}
.TagClassName
{
border-color: #E54DBA;
}
</style>