Html Css Color HEX #E54CD1 Free Speech Magenta
📋 copy color: '#E54CD1'red 229 ◦ green 76 ◦ blue 209
Shades of Free Speech Magenta #E54CD1
Tints of Free Speech Magenta #E54CD1
RGB
CMYK
RGB Variations
Color information
#E54CD1 (or 0xE54CD1) is known color: Free Speech Magenta. HEX triplet: E5, 4C and D1. RGB value is (229,76,209). Sum of RGB (Red+Green+Blue) = 229+76+209=514 (68% of max value = 765). Red value is 229 (89.84% from 255 or 44.55% from 514); Green value is 76 (30.08% from 255 or 14.79% from 514); Blue value is 209 (82.03% from 255 or 40.66% from 514); Max value from RGB is 229 - color contains mainly: red. Hex color #E54CD1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E54CD1 is #1AB32E. Grayscale: #888888. Windows color (decimal): -1749807 or 13716709. OLE color: 13716709.
HSL color Cylindrical-coordinate representation of color #E54CD1: hue angle of 307.84º degrees, saturation: 0.75, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #E54CD1 is Cyan = 0, Magento = 0.67, Yellow = 0.09 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 76 | 209 | - |
| CMYK | 0 | 0.67 | 0.09 | 0.10 |
| HSL | 307.84º | 0.75% | 0.6% | - |
| HSV(B) | 307.84º | 0.67% | 0.9% | - |
| XYZ | 46.41 | 26.43 | 62.98 | - |
| YUV | 136.91 | 168.69 | 193.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 76 | 209 | 0 | 0.67 | 0.09 | 0.10 | 307.84 | 0.75 | 0.6 |
| Hex | E5 | 4C | D1 | 0 | 43 | 9 | A | 134 | 4B | 3C |
| Octal | 345 | 114 | 321 | 0 | 103 | 11 | 12 | 464 | 113 | 74 |
| Binary | 11100101 | 1001100 | 11010001 | 0 | 1000011 | 1001 | 1010 | 100110100 | 1001011 | 111100 |
Color Harmonies of #E54CD1
Complementary color
Monochromatic Colors of #E54CD1
Black with #E54CD1
Text Example
Text Example
White with #E54CD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E54CD1; }
p { color: rgb(229,76,209); }
H1.HeaderClassName
{
color: #E54CD1;
}
.AnyTagClassName
{
color: #E54CD1;
}
</style>
background-color css
<style>
a { background-color: #E54CD1; }
a { background-color: rgb(229,76,209); }
div.DivClassName
{
background-color: #E54CD1;
}
.BgClassName
{
background-color: #E54CD1;
}
</style>
border-color css
<style>
span { border-color: #E54CD1; }
span { border-color: rgb(229,76,209); }
td.TdClassName
{
border-color: #E54CD1;
}
.TagClassName
{
border-color: #E54CD1;
}
</style>