Html Css Color HEX #E54CBA Free Speech Magenta
📋 copy color: '#E54CBA'red 229 ◦ green 76 ◦ blue 186
Shades of Free Speech Magenta #E54CBA
Tints of Free Speech Magenta #E54CBA
RGB
CMYK
RGB Variations
Color information
#E54CBA (or 0xE54CBA) is known color: Free Speech Magenta. HEX triplet: E5, 4C and BA. RGB value is (229,76,186). Sum of RGB (Red+Green+Blue) = 229+76+186=491 (65% of max value = 765). Red value is 229 (89.84% from 255 or 46.64% from 491); Green value is 76 (30.08% from 255 or 15.48% from 491); Blue value is 186 (73.05% from 255 or 37.88% from 491); Max value from RGB is 229 - color contains mainly: red. Hex color #E54CBA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E54CBA is #1AB345. Grayscale: #868686. Windows color (decimal): -1749830 or 12209381. OLE color: 12209381.
HSL color Cylindrical-coordinate representation of color #E54CBA: hue angle of 316.86º degrees, saturation: 0.75, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #E54CBA is Cyan = 0, Magento = 0.67, Yellow = 0.19 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 76 | 186 | - |
| CMYK | 0 | 0.67 | 0.19 | 0.10 |
| HSL | 316.86º | 0.75% | 0.6% | - |
| HSV(B) | 316.86º | 0.67% | 0.9% | - |
| XYZ | 43.76 | 25.37 | 49.05 | - |
| YUV | 134.29 | 157.19 | 195.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 76 | 186 | 0 | 0.67 | 0.19 | 0.10 | 316.86 | 0.75 | 0.6 |
| Hex | E5 | 4C | BA | 0 | 43 | 13 | A | 13D | 4B | 3C |
| Octal | 345 | 114 | 272 | 0 | 103 | 23 | 12 | 475 | 113 | 74 |
| Binary | 11100101 | 1001100 | 10111010 | 0 | 1000011 | 10011 | 1010 | 100111101 | 1001011 | 111100 |
Color Harmonies of #E54CBA
Complementary color
Monochromatic Colors of #E54CBA
Black with #E54CBA
Text Example
Text Example
White with #E54CBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E54CBA; }
p { color: rgb(229,76,186); }
H1.HeaderClassName
{
color: #E54CBA;
}
.AnyTagClassName
{
color: #E54CBA;
}
</style>
background-color css
<style>
a { background-color: #E54CBA; }
a { background-color: rgb(229,76,186); }
div.DivClassName
{
background-color: #E54CBA;
}
.BgClassName
{
background-color: #E54CBA;
}
</style>
border-color css
<style>
span { border-color: #E54CBA; }
span { border-color: rgb(229,76,186); }
td.TdClassName
{
border-color: #E54CBA;
}
.TagClassName
{
border-color: #E54CBA;
}
</style>