Html Css Color HEX #E54ABB Free Speech Magenta
📋 copy color: '#E54ABB'red 229 ◦ green 74 ◦ blue 187
Shades of Free Speech Magenta #E54ABB
Tints of Free Speech Magenta #E54ABB
RGB
CMYK
RGB Variations
Color information
#E54ABB (or 0xE54ABB) is known color: Free Speech Magenta. HEX triplet: E5, 4A and BB. RGB value is (229,74,187). Sum of RGB (Red+Green+Blue) = 229+74+187=490 (64% of max value = 765). Red value is 229 (89.84% from 255 or 46.73% from 490); Green value is 74 (29.30% from 255 or 15.10% from 490); Blue value is 187 (73.44% from 255 or 38.16% from 490); Max value from RGB is 229 - color contains mainly: red. Hex color #E54ABB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E54ABB is #1AB544. Grayscale: #848484. Windows color (decimal): -1750341 or 12274405. OLE color: 12274405.
HSL color Cylindrical-coordinate representation of color #E54ABB: hue angle of 316.26º degrees, saturation: 0.75, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #E54ABB is Cyan = 0, Magento = 0.68, Yellow = 0.18 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 74 | 187 | - |
| CMYK | 0 | 0.68 | 0.18 | 0.10 |
| HSL | 316.26º | 0.75% | 0.59% | - |
| HSV(B) | 316.26º | 0.68% | 0.9% | - |
| XYZ | 43.73 | 25.14 | 49.56 | - |
| YUV | 133.23 | 158.35 | 196.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 74 | 187 | 0 | 0.68 | 0.18 | 0.10 | 316.26 | 0.75 | 0.59 |
| Hex | E5 | 4A | BB | 0 | 44 | 12 | A | 13C | 4B | 3B |
| Octal | 345 | 112 | 273 | 0 | 104 | 22 | 12 | 474 | 113 | 73 |
| Binary | 11100101 | 1001010 | 10111011 | 0 | 1000100 | 10010 | 1010 | 100111100 | 1001011 | 111011 |
Color Harmonies of #E54ABB
Complementary color
Monochromatic Colors of #E54ABB
Black with #E54ABB
Text Example
Text Example
White with #E54ABB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E54ABB; }
p { color: rgb(229,74,187); }
H1.HeaderClassName
{
color: #E54ABB;
}
.AnyTagClassName
{
color: #E54ABB;
}
</style>
background-color css
<style>
a { background-color: #E54ABB; }
a { background-color: rgb(229,74,187); }
div.DivClassName
{
background-color: #E54ABB;
}
.BgClassName
{
background-color: #E54ABB;
}
</style>
border-color css
<style>
span { border-color: #E54ABB; }
span { border-color: rgb(229,74,187); }
td.TdClassName
{
border-color: #E54ABB;
}
.TagClassName
{
border-color: #E54ABB;
}
</style>