Html Css Color HEX #E54AD3 Free Speech Magenta
📋 copy color: '#E54AD3'red 229 ◦ green 74 ◦ blue 211
Shades of Free Speech Magenta #E54AD3
Tints of Free Speech Magenta #E54AD3
RGB
CMYK
RGB Variations
Color information
#E54AD3 (or 0xE54AD3) is known color: Free Speech Magenta. HEX triplet: E5, 4A and D3. RGB value is (229,74,211). Sum of RGB (Red+Green+Blue) = 229+74+211=514 (68% of max value = 765). Red value is 229 (89.84% from 255 or 44.55% from 514); Green value is 74 (29.30% from 255 or 14.40% from 514); Blue value is 211 (82.81% from 255 or 41.05% from 514); Max value from RGB is 229 - color contains mainly: red. Hex color #E54AD3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E54AD3 is #1AB52C. Grayscale: #878787. Windows color (decimal): -1750317 or 13847269. OLE color: 13847269.
HSL color Cylindrical-coordinate representation of color #E54AD3: hue angle of 306.97º 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 #E54AD3 is Cyan = 0, Magento = 0.68, Yellow = 0.08 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 74 | 211 | - |
| CMYK | 0 | 0.68 | 0.08 | 0.10 |
| HSL | 306.97º | 0.75% | 0.59% | - |
| HSV(B) | 306.97º | 0.68% | 0.9% | - |
| XYZ | 46.52 | 26.26 | 64.24 | - |
| YUV | 135.96 | 170.35 | 194.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 74 | 211 | 0 | 0.68 | 0.08 | 0.10 | 306.97 | 0.75 | 0.59 |
| Hex | E5 | 4A | D3 | 0 | 44 | 8 | A | 133 | 4B | 3B |
| Octal | 345 | 112 | 323 | 0 | 104 | 10 | 12 | 463 | 113 | 73 |
| Binary | 11100101 | 1001010 | 11010011 | 0 | 1000100 | 1000 | 1010 | 100110011 | 1001011 | 111011 |
Color Harmonies of #E54AD3
Complementary color
Monochromatic Colors of #E54AD3
Black with #E54AD3
Text Example
Text Example
White with #E54AD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E54AD3; }
p { color: rgb(229,74,211); }
H1.HeaderClassName
{
color: #E54AD3;
}
.AnyTagClassName
{
color: #E54AD3;
}
</style>
background-color css
<style>
a { background-color: #E54AD3; }
a { background-color: rgb(229,74,211); }
div.DivClassName
{
background-color: #E54AD3;
}
.BgClassName
{
background-color: #E54AD3;
}
</style>
border-color css
<style>
span { border-color: #E54AD3; }
span { border-color: rgb(229,74,211); }
td.TdClassName
{
border-color: #E54AD3;
}
.TagClassName
{
border-color: #E54AD3;
}
</style>