Html Css Color HEX #E54FDF Free Speech Magenta
📋 copy color: '#E54FDF'red 229 ◦ green 79 ◦ blue 223
Shades of Free Speech Magenta #E54FDF
Tints of Free Speech Magenta #E54FDF
RGB
CMYK
RGB Variations
Color information
#E54FDF (or 0xE54FDF) is known color: Free Speech Magenta. HEX triplet: E5, 4F and DF. RGB value is (229,79,223). Sum of RGB (Red+Green+Blue) = 229+79+223=531 (70% of max value = 765). Red value is 229 (89.84% from 255 or 43.13% from 531); Green value is 79 (31.25% from 255 or 14.88% from 531); Blue value is 223 (87.5% from 255 or 42.00% from 531); Max value from RGB is 229 - color contains mainly: red. Hex color #E54FDF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E54FDF is #1AB020. Grayscale: #8B8B8B. Windows color (decimal): -1749025 or 14634981. OLE color: 14634981.
HSL color Cylindrical-coordinate representation of color #E54FDF: hue angle of 302.4º degrees, saturation: 0.74, 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 #E54FDF is Cyan = 0, Magento = 0.66, Yellow = 0.03 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 79 | 223 | - |
| CMYK | 0 | 0.66 | 0.03 | 0.10 |
| HSL | 302.4º | 0.74% | 0.6% | - |
| HSV(B) | 302.4º | 0.66% | 0.9% | - |
| XYZ | 48.43 | 27.58 | 72.58 | - |
| YUV | 140.27 | 174.7 | 191.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 79 | 223 | 0 | 0.66 | 0.03 | 0.10 | 302.4 | 0.74 | 0.6 |
| Hex | E5 | 4F | DF | 0 | 42 | 3 | A | 12E | 4A | 3C |
| Octal | 345 | 117 | 337 | 0 | 102 | 3 | 12 | 456 | 112 | 74 |
| Binary | 11100101 | 1001111 | 11011111 | 0 | 1000010 | 11 | 1010 | 100101110 | 1001010 | 111100 |
Color Harmonies of #E54FDF
Complementary color
Monochromatic Colors of #E54FDF
Black with #E54FDF
Text Example
Text Example
White with #E54FDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E54FDF; }
p { color: rgb(229,79,223); }
H1.HeaderClassName
{
color: #E54FDF;
}
.AnyTagClassName
{
color: #E54FDF;
}
</style>
background-color css
<style>
a { background-color: #E54FDF; }
a { background-color: rgb(229,79,223); }
div.DivClassName
{
background-color: #E54FDF;
}
.BgClassName
{
background-color: #E54FDF;
}
</style>
border-color css
<style>
span { border-color: #E54FDF; }
span { border-color: rgb(229,79,223); }
td.TdClassName
{
border-color: #E54FDF;
}
.TagClassName
{
border-color: #E54FDF;
}
</style>