Html Css Color HEX #E54CDF Free Speech Magenta
📋 copy color: '#E54CDF'red 229 ◦ green 76 ◦ blue 223
Shades of Free Speech Magenta #E54CDF
Tints of Free Speech Magenta #E54CDF
RGB
CMYK
RGB Variations
Color information
#E54CDF (or 0xE54CDF) is known color: Free Speech Magenta. HEX triplet: E5, 4C and DF. RGB value is (229,76,223). Sum of RGB (Red+Green+Blue) = 229+76+223=528 (69% of max value = 765). Red value is 229 (89.84% from 255 or 43.37% from 528); Green value is 76 (30.08% from 255 or 14.39% from 528); Blue value is 223 (87.5% from 255 or 42.23% from 528); Max value from RGB is 229 - color contains mainly: red. Hex color #E54CDF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E54CDF is #1AB320. Grayscale: #8A8A8A. Windows color (decimal): -1749793 or 14634213. OLE color: 14634213.
HSL color Cylindrical-coordinate representation of color #E54CDF: hue angle of 302.35º 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 #E54CDF is Cyan = 0, Magento = 0.67, Yellow = 0.03 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 76 | 223 | - |
| CMYK | 0 | 0.67 | 0.03 | 0.10 |
| HSL | 302.35º | 0.75% | 0.6% | - |
| HSV(B) | 302.35º | 0.67% | 0.9% | - |
| XYZ | 48.22 | 27.15 | 72.51 | - |
| YUV | 138.51 | 175.69 | 192.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 76 | 223 | 0 | 0.67 | 0.03 | 0.10 | 302.35 | 0.75 | 0.6 |
| Hex | E5 | 4C | DF | 0 | 43 | 3 | A | 12E | 4B | 3C |
| Octal | 345 | 114 | 337 | 0 | 103 | 3 | 12 | 456 | 113 | 74 |
| Binary | 11100101 | 1001100 | 11011111 | 0 | 1000011 | 11 | 1010 | 100101110 | 1001011 | 111100 |
Color Harmonies of #E54CDF
Complementary color
Monochromatic Colors of #E54CDF
Black with #E54CDF
Text Example
Text Example
White with #E54CDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E54CDF; }
p { color: rgb(229,76,223); }
H1.HeaderClassName
{
color: #E54CDF;
}
.AnyTagClassName
{
color: #E54CDF;
}
</style>
background-color css
<style>
a { background-color: #E54CDF; }
a { background-color: rgb(229,76,223); }
div.DivClassName
{
background-color: #E54CDF;
}
.BgClassName
{
background-color: #E54CDF;
}
</style>
border-color css
<style>
span { border-color: #E54CDF; }
span { border-color: rgb(229,76,223); }
td.TdClassName
{
border-color: #E54CDF;
}
.TagClassName
{
border-color: #E54CDF;
}
</style>