Html Css Color HEX #E54DDF Free Speech Magenta
📋 copy color: '#E54DDF'red 229 ◦ green 77 ◦ blue 223
Shades of Free Speech Magenta #E54DDF
Tints of Free Speech Magenta #E54DDF
RGB
CMYK
RGB Variations
Color information
#E54DDF (or 0xE54DDF) is known color: Free Speech Magenta. HEX triplet: E5, 4D and DF. RGB value is (229,77,223). Sum of RGB (Red+Green+Blue) = 229+77+223=529 (70% of max value = 765). Red value is 229 (89.84% from 255 or 43.29% from 529); Green value is 77 (30.47% from 255 or 14.56% from 529); Blue value is 223 (87.5% from 255 or 42.16% from 529); Max value from RGB is 229 - color contains mainly: red. Hex color #E54DDF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E54DDF is #1AB220. Grayscale: #8A8A8A. Windows color (decimal): -1749537 or 14634469. OLE color: 14634469.
HSL color Cylindrical-coordinate representation of color #E54DDF: hue angle of 302.37º degrees, saturation: 0.75, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #E54DDF is Cyan = 0, Magento = 0.66, Yellow = 0.03 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 77 | 223 | - |
| CMYK | 0 | 0.66 | 0.03 | 0.10 |
| HSL | 302.37º | 0.75% | 0.6% | - |
| HSV(B) | 302.37º | 0.66% | 0.9% | - |
| XYZ | 48.29 | 27.29 | 72.54 | - |
| YUV | 139.09 | 175.36 | 192.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 77 | 223 | 0 | 0.66 | 0.03 | 0.10 | 302.37 | 0.75 | 0.6 |
| Hex | E5 | 4D | DF | 0 | 42 | 3 | A | 12E | 4B | 3C |
| Octal | 345 | 115 | 337 | 0 | 102 | 3 | 12 | 456 | 113 | 74 |
| Binary | 11100101 | 1001101 | 11011111 | 0 | 1000010 | 11 | 1010 | 100101110 | 1001011 | 111100 |
Color Harmonies of #E54DDF
Complementary color
Monochromatic Colors of #E54DDF
Black with #E54DDF
Text Example
Text Example
White with #E54DDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E54DDF; }
p { color: rgb(229,77,223); }
H1.HeaderClassName
{
color: #E54DDF;
}
.AnyTagClassName
{
color: #E54DDF;
}
</style>
background-color css
<style>
a { background-color: #E54DDF; }
a { background-color: rgb(229,77,223); }
div.DivClassName
{
background-color: #E54DDF;
}
.BgClassName
{
background-color: #E54DDF;
}
</style>
border-color css
<style>
span { border-color: #E54DDF; }
span { border-color: rgb(229,77,223); }
td.TdClassName
{
border-color: #E54DDF;
}
.TagClassName
{
border-color: #E54DDF;
}
</style>