Html Css Color HEX #E54ECC Free Speech Magenta
📋 copy color: '#E54ECC'red 229 ◦ green 78 ◦ blue 204
Shades of Free Speech Magenta #E54ECC
Tints of Free Speech Magenta #E54ECC
RGB
CMYK
RGB Variations
Color information
#E54ECC (or 0xE54ECC) is known color: Free Speech Magenta. HEX triplet: E5, 4E and CC. RGB value is (229,78,204). Sum of RGB (Red+Green+Blue) = 229+78+204=511 (67% of max value = 765). Red value is 229 (89.84% from 255 or 44.81% from 511); Green value is 78 (30.86% from 255 or 15.26% from 511); Blue value is 204 (80.08% from 255 or 39.92% from 511); Max value from RGB is 229 - color contains mainly: red. Hex color #E54ECC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E54ECC is #1AB133. Grayscale: #898989. Windows color (decimal): -1749300 or 13389541. OLE color: 13389541.
HSL color Cylindrical-coordinate representation of color #E54ECC: hue angle of 309.93º 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 #E54ECC is Cyan = 0, Magento = 0.66, Yellow = 0.11 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 78 | 204 | - |
| CMYK | 0 | 0.66 | 0.11 | 0.10 |
| HSL | 309.93º | 0.74% | 0.6% | - |
| HSV(B) | 309.93º | 0.66% | 0.9% | - |
| XYZ | 45.94 | 26.47 | 59.81 | - |
| YUV | 137.51 | 165.53 | 193.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 78 | 204 | 0 | 0.66 | 0.11 | 0.10 | 309.93 | 0.74 | 0.6 |
| Hex | E5 | 4E | CC | 0 | 42 | B | A | 136 | 4A | 3C |
| Octal | 345 | 116 | 314 | 0 | 102 | 13 | 12 | 466 | 112 | 74 |
| Binary | 11100101 | 1001110 | 11001100 | 0 | 1000010 | 1011 | 1010 | 100110110 | 1001010 | 111100 |
Color Harmonies of #E54ECC
Complementary color
Monochromatic Colors of #E54ECC
Black with #E54ECC
Text Example
Text Example
White with #E54ECC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E54ECC; }
p { color: rgb(229,78,204); }
H1.HeaderClassName
{
color: #E54ECC;
}
.AnyTagClassName
{
color: #E54ECC;
}
</style>
background-color css
<style>
a { background-color: #E54ECC; }
a { background-color: rgb(229,78,204); }
div.DivClassName
{
background-color: #E54ECC;
}
.BgClassName
{
background-color: #E54ECC;
}
</style>
border-color css
<style>
span { border-color: #E54ECC; }
span { border-color: rgb(229,78,204); }
td.TdClassName
{
border-color: #E54ECC;
}
.TagClassName
{
border-color: #E54ECC;
}
</style>