Html Css Color HEX #E54ACE Free Speech Magenta
📋 copy color: '#E54ACE'red 229 ◦ green 74 ◦ blue 206
Shades of Free Speech Magenta #E54ACE
Tints of Free Speech Magenta #E54ACE
RGB
CMYK
RGB Variations
Color information
#E54ACE (or 0xE54ACE) is known color: Free Speech Magenta. HEX triplet: E5, 4A and CE. RGB value is (229,74,206). Sum of RGB (Red+Green+Blue) = 229+74+206=509 (67% of max value = 765). Red value is 229 (89.84% from 255 or 44.99% from 509); Green value is 74 (29.30% from 255 or 14.54% from 509); Blue value is 206 (80.86% from 255 or 40.47% from 509); Max value from RGB is 229 - color contains mainly: red. Hex color #E54ACE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E54ACE is #1AB531. Grayscale: #878787. Windows color (decimal): -1750322 or 13519589. OLE color: 13519589.
HSL color Cylindrical-coordinate representation of color #E54ACE: hue angle of 308.9º 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 #E54ACE is Cyan = 0, Magento = 0.68, Yellow = 0.10 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 74 | 206 | - |
| CMYK | 0 | 0.68 | 0.10 | 0.10 |
| HSL | 308.9º | 0.75% | 0.59% | - |
| HSV(B) | 308.9º | 0.68% | 0.9% | - |
| XYZ | 45.9 | 26.01 | 60.99 | - |
| YUV | 135.39 | 167.85 | 194.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 74 | 206 | 0 | 0.68 | 0.10 | 0.10 | 308.9 | 0.75 | 0.59 |
| Hex | E5 | 4A | CE | 0 | 44 | A | A | 135 | 4B | 3B |
| Octal | 345 | 112 | 316 | 0 | 104 | 12 | 12 | 465 | 113 | 73 |
| Binary | 11100101 | 1001010 | 11001110 | 0 | 1000100 | 1010 | 1010 | 100110101 | 1001011 | 111011 |
Color Harmonies of #E54ACE
Complementary color
Monochromatic Colors of #E54ACE
Black with #E54ACE
Text Example
Text Example
White with #E54ACE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E54ACE; }
p { color: rgb(229,74,206); }
H1.HeaderClassName
{
color: #E54ACE;
}
.AnyTagClassName
{
color: #E54ACE;
}
</style>
background-color css
<style>
a { background-color: #E54ACE; }
a { background-color: rgb(229,74,206); }
div.DivClassName
{
background-color: #E54ACE;
}
.BgClassName
{
background-color: #E54ACE;
}
</style>
border-color css
<style>
span { border-color: #E54ACE; }
span { border-color: rgb(229,74,206); }
td.TdClassName
{
border-color: #E54ACE;
}
.TagClassName
{
border-color: #E54ACE;
}
</style>