Html Css Color HEX #E54ABC Free Speech Magenta
📋 copy color: '#E54ABC'red 229 ◦ green 74 ◦ blue 188
Shades of Free Speech Magenta #E54ABC
Tints of Free Speech Magenta #E54ABC
RGB
CMYK
RGB Variations
Color information
#E54ABC (or 0xE54ABC) is known color: Free Speech Magenta. HEX triplet: E5, 4A and BC. RGB value is (229,74,188). Sum of RGB (Red+Green+Blue) = 229+74+188=491 (65% of max value = 765). Red value is 229 (89.84% from 255 or 46.64% from 491); Green value is 74 (29.30% from 255 or 15.07% from 491); Blue value is 188 (73.83% from 255 or 38.29% from 491); Max value from RGB is 229 - color contains mainly: red. Hex color #E54ABC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E54ABC is #1AB543. Grayscale: #858585. Windows color (decimal): -1750340 or 12339941. OLE color: 12339941.
HSL color Cylindrical-coordinate representation of color #E54ABC: hue angle of 315.87º 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 #E54ABC is Cyan = 0, Magento = 0.68, Yellow = 0.18 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 74 | 188 | - |
| CMYK | 0 | 0.68 | 0.18 | 0.10 |
| HSL | 315.87º | 0.75% | 0.59% | - |
| HSV(B) | 315.87º | 0.68% | 0.9% | - |
| XYZ | 43.84 | 25.19 | 50.13 | - |
| YUV | 133.34 | 158.85 | 196.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 74 | 188 | 0 | 0.68 | 0.18 | 0.10 | 315.87 | 0.75 | 0.59 |
| Hex | E5 | 4A | BC | 0 | 44 | 12 | A | 13C | 4B | 3B |
| Octal | 345 | 112 | 274 | 0 | 104 | 22 | 12 | 474 | 113 | 73 |
| Binary | 11100101 | 1001010 | 10111100 | 0 | 1000100 | 10010 | 1010 | 100111100 | 1001011 | 111011 |
Color Harmonies of #E54ABC
Complementary color
Monochromatic Colors of #E54ABC
Black with #E54ABC
Text Example
Text Example
White with #E54ABC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E54ABC; }
p { color: rgb(229,74,188); }
H1.HeaderClassName
{
color: #E54ABC;
}
.AnyTagClassName
{
color: #E54ABC;
}
</style>
background-color css
<style>
a { background-color: #E54ABC; }
a { background-color: rgb(229,74,188); }
div.DivClassName
{
background-color: #E54ABC;
}
.BgClassName
{
background-color: #E54ABC;
}
</style>
border-color css
<style>
span { border-color: #E54ABC; }
span { border-color: rgb(229,74,188); }
td.TdClassName
{
border-color: #E54ABC;
}
.TagClassName
{
border-color: #E54ABC;
}
</style>