Html Css Color HEX #E058EC Free Speech Magenta
📋 copy color: '#E058EC'red 224 ◦ green 88 ◦ blue 236
Shades of Free Speech Magenta #E058EC
Tints of Free Speech Magenta #E058EC
RGB
CMYK
RGB Variations
Color information
#E058EC (or 0xE058EC) is known color: Free Speech Magenta. HEX triplet: E0, 58 and EC. RGB value is (224,88,236). Sum of RGB (Red+Green+Blue) = 224+88+236=548 (72% of max value = 765). Red value is 224 (87.89% from 255 or 40.88% from 548); Green value is 88 (34.77% from 255 or 16.06% from 548); Blue value is 236 (92.58% from 255 or 43.07% from 548); Max value from RGB is 236 - color contains mainly: blue. Hex color #E058EC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E058EC is #1FA713. Grayscale: #919191. Windows color (decimal): -2074388 or 15489248. OLE color: 15489248.
HSL color Cylindrical-coordinate representation of color #E058EC: hue angle of 295.14º degrees, saturation: 0.8, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #E058EC is Cyan = 0.05, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 224 | 88 | 236 | - |
| CMYK | 0.05 | 0.63 | 0 | 0.07 |
| HSL | 295.14º | 0.8% | 0.64% | - |
| HSV(B) | 295.14º | 0.63% | 0.93% | - |
| XYZ | 49.37 | 28.88 | 82.33 | - |
| YUV | 145.54 | 179.06 | 183.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 88 | 236 | 0.05 | 0.63 | 0 | 0.07 | 295.14 | 0.8 | 0.64 |
| Hex | E0 | 58 | EC | 5 | 3F | 0 | 7 | 127 | 50 | 40 |
| Octal | 340 | 130 | 354 | 5 | 77 | 0 | 7 | 447 | 120 | 100 |
| Binary | 11100000 | 1011000 | 11101100 | 101 | 111111 | 0 | 111 | 100100111 | 1010000 | 1000000 |
Color Harmonies of #E058EC
Complementary color
Monochromatic Colors of #E058EC
Black with #E058EC
Text Example
Text Example
White with #E058EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E058EC; }
p { color: rgb(224,88,236); }
H1.HeaderClassName
{
color: #E058EC;
}
.AnyTagClassName
{
color: #E058EC;
}
</style>
background-color css
<style>
a { background-color: #E058EC; }
a { background-color: rgb(224,88,236); }
div.DivClassName
{
background-color: #E058EC;
}
.BgClassName
{
background-color: #E058EC;
}
</style>
border-color css
<style>
span { border-color: #E058EC; }
span { border-color: rgb(224,88,236); }
td.TdClassName
{
border-color: #E058EC;
}
.TagClassName
{
border-color: #E058EC;
}
</style>