Html Css Color HEX #E54FCC Free Speech Magenta
📋 copy color: '#E54FCC'red 229 ◦ green 79 ◦ blue 204
Shades of Free Speech Magenta #E54FCC
Tints of Free Speech Magenta #E54FCC
RGB
CMYK
RGB Variations
Color information
#E54FCC (or 0xE54FCC) is known color: Free Speech Magenta. HEX triplet: E5, 4F and CC. RGB value is (229,79,204). Sum of RGB (Red+Green+Blue) = 229+79+204=512 (67% of max value = 765). Red value is 229 (89.84% from 255 or 44.73% from 512); Green value is 79 (31.25% from 255 or 15.43% from 512); Blue value is 204 (80.08% from 255 or 39.84% from 512); Max value from RGB is 229 - color contains mainly: red. Hex color #E54FCC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E54FCC is #1AB033. Grayscale: #898989. Windows color (decimal): -1749044 or 13389797. OLE color: 13389797.
HSL color Cylindrical-coordinate representation of color #E54FCC: hue angle of 310º 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 #E54FCC is Cyan = 0, Magento = 0.66, Yellow = 0.11 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 79 | 204 | - |
| CMYK | 0 | 0.66 | 0.11 | 0.10 |
| HSL | 310º | 0.74% | 0.6% | - |
| HSV(B) | 310º | 0.66% | 0.9% | - |
| XYZ | 46.01 | 26.61 | 59.84 | - |
| YUV | 138.1 | 165.2 | 192.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 79 | 204 | 0 | 0.66 | 0.11 | 0.10 | 310 | 0.74 | 0.6 |
| Hex | E5 | 4F | CC | 0 | 42 | B | A | 136 | 4A | 3C |
| Octal | 345 | 117 | 314 | 0 | 102 | 13 | 12 | 466 | 112 | 74 |
| Binary | 11100101 | 1001111 | 11001100 | 0 | 1000010 | 1011 | 1010 | 100110110 | 1001010 | 111100 |
Color Harmonies of #E54FCC
Complementary color
Monochromatic Colors of #E54FCC
Black with #E54FCC
Text Example
Text Example
White with #E54FCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E54FCC; }
p { color: rgb(229,79,204); }
H1.HeaderClassName
{
color: #E54FCC;
}
.AnyTagClassName
{
color: #E54FCC;
}
</style>
background-color css
<style>
a { background-color: #E54FCC; }
a { background-color: rgb(229,79,204); }
div.DivClassName
{
background-color: #E54FCC;
}
.BgClassName
{
background-color: #E54FCC;
}
</style>
border-color css
<style>
span { border-color: #E54FCC; }
span { border-color: rgb(229,79,204); }
td.TdClassName
{
border-color: #E54FCC;
}
.TagClassName
{
border-color: #E54FCC;
}
</style>