Html Css Color HEX #E54ADA Free Speech Magenta
📋 copy color: '#E54ADA'red 229 ◦ green 74 ◦ blue 218
Shades of Free Speech Magenta #E54ADA
Tints of Free Speech Magenta #E54ADA
RGB
CMYK
RGB Variations
Color information
#E54ADA (or 0xE54ADA) is known color: Free Speech Magenta. HEX triplet: E5, 4A and DA. RGB value is (229,74,218). Sum of RGB (Red+Green+Blue) = 229+74+218=521 (69% of max value = 765). Red value is 229 (89.84% from 255 or 43.95% from 521); Green value is 74 (29.30% from 255 or 14.20% from 521); Blue value is 218 (85.55% from 255 or 41.84% from 521); Max value from RGB is 229 - color contains mainly: red. Hex color #E54ADA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E54ADA is #1AB525. Grayscale: #888888. Windows color (decimal): -1750310 or 14306021. OLE color: 14306021.
HSL color Cylindrical-coordinate representation of color #E54ADA: hue angle of 304.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 #E54ADA is Cyan = 0, Magento = 0.68, Yellow = 0.05 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 74 | 218 | - |
| CMYK | 0 | 0.68 | 0.05 | 0.10 |
| HSL | 304.26º | 0.75% | 0.59% | - |
| HSV(B) | 304.26º | 0.68% | 0.9% | - |
| XYZ | 47.42 | 26.62 | 68.97 | - |
| YUV | 136.76 | 173.85 | 193.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 74 | 218 | 0 | 0.68 | 0.05 | 0.10 | 304.26 | 0.75 | 0.59 |
| Hex | E5 | 4A | DA | 0 | 44 | 5 | A | 130 | 4B | 3B |
| Octal | 345 | 112 | 332 | 0 | 104 | 5 | 12 | 460 | 113 | 73 |
| Binary | 11100101 | 1001010 | 11011010 | 0 | 1000100 | 101 | 1010 | 100110000 | 1001011 | 111011 |
Color Harmonies of #E54ADA
Complementary color
Monochromatic Colors of #E54ADA
Black with #E54ADA
Text Example
Text Example
White with #E54ADA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E54ADA; }
p { color: rgb(229,74,218); }
H1.HeaderClassName
{
color: #E54ADA;
}
.AnyTagClassName
{
color: #E54ADA;
}
</style>
background-color css
<style>
a { background-color: #E54ADA; }
a { background-color: rgb(229,74,218); }
div.DivClassName
{
background-color: #E54ADA;
}
.BgClassName
{
background-color: #E54ADA;
}
</style>
border-color css
<style>
span { border-color: #E54ADA; }
span { border-color: rgb(229,74,218); }
td.TdClassName
{
border-color: #E54ADA;
}
.TagClassName
{
border-color: #E54ADA;
}
</style>