Html Css Color HEX #E54FDC Free Speech Magenta
📋 copy color: '#E54FDC'red 229 ◦ green 79 ◦ blue 220
Shades of Free Speech Magenta #E54FDC
Tints of Free Speech Magenta #E54FDC
RGB
CMYK
RGB Variations
Color information
#E54FDC (or 0xE54FDC) is known color: Free Speech Magenta. HEX triplet: E5, 4F and DC. RGB value is (229,79,220). Sum of RGB (Red+Green+Blue) = 229+79+220=528 (69% of max value = 765). Red value is 229 (89.84% from 255 or 43.37% from 528); Green value is 79 (31.25% from 255 or 14.96% from 528); Blue value is 220 (86.33% from 255 or 41.67% from 528); Max value from RGB is 229 - color contains mainly: red. Hex color #E54FDC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E54FDC is #1AB023. Grayscale: #8B8B8B. Windows color (decimal): -1749028 or 14438373. OLE color: 14438373.
HSL color Cylindrical-coordinate representation of color #E54FDC: hue angle of 303.6º 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 #E54FDC is Cyan = 0, Magento = 0.66, Yellow = 0.04 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 79 | 220 | - |
| CMYK | 0 | 0.66 | 0.04 | 0.10 |
| HSL | 303.6º | 0.74% | 0.6% | - |
| HSV(B) | 303.6º | 0.66% | 0.9% | - |
| XYZ | 48.03 | 27.42 | 70.47 | - |
| YUV | 139.92 | 173.2 | 191.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 79 | 220 | 0 | 0.66 | 0.04 | 0.10 | 303.6 | 0.74 | 0.6 |
| Hex | E5 | 4F | DC | 0 | 42 | 4 | A | 130 | 4A | 3C |
| Octal | 345 | 117 | 334 | 0 | 102 | 4 | 12 | 460 | 112 | 74 |
| Binary | 11100101 | 1001111 | 11011100 | 0 | 1000010 | 100 | 1010 | 100110000 | 1001010 | 111100 |
Color Harmonies of #E54FDC
Complementary color
Monochromatic Colors of #E54FDC
Black with #E54FDC
Text Example
Text Example
White with #E54FDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E54FDC; }
p { color: rgb(229,79,220); }
H1.HeaderClassName
{
color: #E54FDC;
}
.AnyTagClassName
{
color: #E54FDC;
}
</style>
background-color css
<style>
a { background-color: #E54FDC; }
a { background-color: rgb(229,79,220); }
div.DivClassName
{
background-color: #E54FDC;
}
.BgClassName
{
background-color: #E54FDC;
}
</style>
border-color css
<style>
span { border-color: #E54FDC; }
span { border-color: rgb(229,79,220); }
td.TdClassName
{
border-color: #E54FDC;
}
.TagClassName
{
border-color: #E54FDC;
}
</style>