Html Css Color HEX #E057EC Free Speech Magenta
📋 copy color: '#E057EC'red 224 ◦ green 87 ◦ blue 236
Shades of Free Speech Magenta #E057EC
Tints of Free Speech Magenta #E057EC
RGB
CMYK
RGB Variations
Color information
#E057EC (or 0xE057EC) is known color: Free Speech Magenta. HEX triplet: E0, 57 and EC. RGB value is (224,87,236). Sum of RGB (Red+Green+Blue) = 224+87+236=547 (72% of max value = 765). Red value is 224 (87.89% from 255 or 40.95% from 547); Green value is 87 (34.38% from 255 or 15.90% from 547); Blue value is 236 (92.58% from 255 or 43.14% from 547); Max value from RGB is 236 - color contains mainly: blue. Hex color #E057EC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E057EC is #1FA813. Grayscale: #909090. Windows color (decimal): -2074644 or 15488992. OLE color: 15488992.
HSL color Cylindrical-coordinate representation of color #E057EC: hue angle of 295.17º degrees, saturation: 0.8, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #E057EC is Cyan = 0.05, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 224 | 87 | 236 | - |
| CMYK | 0.05 | 0.63 | 0 | 0.07 |
| HSL | 295.17º | 0.8% | 0.63% | - |
| HSV(B) | 295.17º | 0.63% | 0.93% | - |
| XYZ | 49.29 | 28.72 | 82.3 | - |
| YUV | 144.95 | 179.39 | 184.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 87 | 236 | 0.05 | 0.63 | 0 | 0.07 | 295.17 | 0.8 | 0.63 |
| Hex | E0 | 57 | EC | 5 | 3F | 0 | 7 | 127 | 50 | 3F |
| Octal | 340 | 127 | 354 | 5 | 77 | 0 | 7 | 447 | 120 | 77 |
| Binary | 11100000 | 1010111 | 11101100 | 101 | 111111 | 0 | 111 | 100100111 | 1010000 | 111111 |
Color Harmonies of #E057EC
Complementary color
Monochromatic Colors of #E057EC
Black with #E057EC
Text Example
Text Example
White with #E057EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E057EC; }
p { color: rgb(224,87,236); }
H1.HeaderClassName
{
color: #E057EC;
}
.AnyTagClassName
{
color: #E057EC;
}
</style>
background-color css
<style>
a { background-color: #E057EC; }
a { background-color: rgb(224,87,236); }
div.DivClassName
{
background-color: #E057EC;
}
.BgClassName
{
background-color: #E057EC;
}
</style>
border-color css
<style>
span { border-color: #E057EC; }
span { border-color: rgb(224,87,236); }
td.TdClassName
{
border-color: #E057EC;
}
.TagClassName
{
border-color: #E057EC;
}
</style>