Html Css Color HEX #E046EC Free Speech Magenta
📋 copy color: '#E046EC'red 224 ◦ green 70 ◦ blue 236
Shades of Free Speech Magenta #E046EC
Tints of Free Speech Magenta #E046EC
RGB
CMYK
RGB Variations
Color information
#E046EC (or 0xE046EC) is known color: Free Speech Magenta. HEX triplet: E0, 46 and EC. RGB value is (224,70,236). Sum of RGB (Red+Green+Blue) = 224+70+236=530 (70% of max value = 765). Red value is 224 (87.89% from 255 or 42.26% from 530); Green value is 70 (27.73% from 255 or 13.21% from 530); Blue value is 236 (92.58% from 255 or 44.53% from 530); Max value from RGB is 236 - color contains mainly: blue. Hex color #E046EC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E046EC is #1FB913. Grayscale: #868686. Windows color (decimal): -2078996 or 15484640. OLE color: 15484640.
HSL color Cylindrical-coordinate representation of color #E046EC: hue angle of 295.66º degrees, saturation: 0.81, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #E046EC is Cyan = 0.05, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 224 | 70 | 236 | - |
| CMYK | 0.05 | 0.70 | 0 | 0.07 |
| HSL | 295.66º | 0.81% | 0.6% | - |
| HSV(B) | 295.66º | 0.7% | 0.93% | - |
| XYZ | 48.07 | 26.28 | 81.9 | - |
| YUV | 134.97 | 185.02 | 191.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 70 | 236 | 0.05 | 0.70 | 0 | 0.07 | 295.66 | 0.81 | 0.6 |
| Hex | E0 | 46 | EC | 5 | 46 | 0 | 7 | 128 | 51 | 3C |
| Octal | 340 | 106 | 354 | 5 | 106 | 0 | 7 | 450 | 121 | 74 |
| Binary | 11100000 | 1000110 | 11101100 | 101 | 1000110 | 0 | 111 | 100101000 | 1010001 | 111100 |
Color Harmonies of #E046EC
Complementary color
Monochromatic Colors of #E046EC
Black with #E046EC
Text Example
Text Example
White with #E046EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E046EC; }
p { color: rgb(224,70,236); }
H1.HeaderClassName
{
color: #E046EC;
}
.AnyTagClassName
{
color: #E046EC;
}
</style>
background-color css
<style>
a { background-color: #E046EC; }
a { background-color: rgb(224,70,236); }
div.DivClassName
{
background-color: #E046EC;
}
.BgClassName
{
background-color: #E046EC;
}
</style>
border-color css
<style>
span { border-color: #E046EC; }
span { border-color: rgb(224,70,236); }
td.TdClassName
{
border-color: #E046EC;
}
.TagClassName
{
border-color: #E046EC;
}
</style>