Html Css Color HEX #E54AD4 Free Speech Magenta
📋 copy color: '#E54AD4'red 229 ◦ green 74 ◦ blue 212
Shades of Free Speech Magenta #E54AD4
Tints of Free Speech Magenta #E54AD4
RGB
CMYK
RGB Variations
Color information
#E54AD4 (or 0xE54AD4) is known color: Free Speech Magenta. HEX triplet: E5, 4A and D4. RGB value is (229,74,212). Sum of RGB (Red+Green+Blue) = 229+74+212=515 (68% of max value = 765). Red value is 229 (89.84% from 255 or 44.47% from 515); Green value is 74 (29.30% from 255 or 14.37% from 515); Blue value is 212 (83.20% from 255 or 41.17% from 515); Max value from RGB is 229 - color contains mainly: red. Hex color #E54AD4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E54AD4 is #1AB52B. Grayscale: #878787. Windows color (decimal): -1750316 or 13912805. OLE color: 13912805.
HSL color Cylindrical-coordinate representation of color #E54AD4: hue angle of 306.58º 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 #E54AD4 is Cyan = 0, Magento = 0.68, Yellow = 0.07 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 74 | 212 | - |
| CMYK | 0 | 0.68 | 0.07 | 0.10 |
| HSL | 306.58º | 0.75% | 0.59% | - |
| HSV(B) | 306.58º | 0.68% | 0.9% | - |
| XYZ | 46.65 | 26.31 | 64.91 | - |
| YUV | 136.08 | 170.85 | 194.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 74 | 212 | 0 | 0.68 | 0.07 | 0.10 | 306.58 | 0.75 | 0.59 |
| Hex | E5 | 4A | D4 | 0 | 44 | 7 | A | 133 | 4B | 3B |
| Octal | 345 | 112 | 324 | 0 | 104 | 7 | 12 | 463 | 113 | 73 |
| Binary | 11100101 | 1001010 | 11010100 | 0 | 1000100 | 111 | 1010 | 100110011 | 1001011 | 111011 |
Color Harmonies of #E54AD4
Complementary color
Monochromatic Colors of #E54AD4
Black with #E54AD4
Text Example
Text Example
White with #E54AD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E54AD4; }
p { color: rgb(229,74,212); }
H1.HeaderClassName
{
color: #E54AD4;
}
.AnyTagClassName
{
color: #E54AD4;
}
</style>
background-color css
<style>
a { background-color: #E54AD4; }
a { background-color: rgb(229,74,212); }
div.DivClassName
{
background-color: #E54AD4;
}
.BgClassName
{
background-color: #E54AD4;
}
</style>
border-color css
<style>
span { border-color: #E54AD4; }
span { border-color: rgb(229,74,212); }
td.TdClassName
{
border-color: #E54AD4;
}
.TagClassName
{
border-color: #E54AD4;
}
</style>