Html Css Color HEX #E032EC Free Speech Magenta
📋 copy color: '#E032EC'red 224 ◦ green 50 ◦ blue 236
Shades of Free Speech Magenta #E032EC
Tints of Free Speech Magenta #E032EC
RGB
CMYK
RGB Variations
Color information
#E032EC (or 0xE032EC) is known color: Free Speech Magenta. HEX triplet: E0, 32 and EC. RGB value is (224,50,236). Sum of RGB (Red+Green+Blue) = 224+50+236=510 (67% of max value = 765). Red value is 224 (87.89% from 255 or 43.92% from 510); Green value is 50 (19.92% from 255 or 9.80% from 510); Blue value is 236 (92.58% from 255 or 46.27% from 510); Max value from RGB is 236 - color contains mainly: blue. Hex color #E032EC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E032EC is #1FCD13. Grayscale: #7A7A7A. Windows color (decimal): -2084116 or 15479520. OLE color: 15479520.
HSL color Cylindrical-coordinate representation of color #E032EC: hue angle of 296.13º degrees, saturation: 0.83, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #E032EC is Cyan = 0.05, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 224 | 50 | 236 | - |
| CMYK | 0.05 | 0.79 | 0 | 0.07 |
| HSL | 296.13º | 0.83% | 0.56% | - |
| HSV(B) | 296.13º | 0.79% | 0.93% | - |
| XYZ | 47.02 | 24.18 | 81.55 | - |
| YUV | 123.23 | 191.65 | 199.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 50 | 236 | 0.05 | 0.79 | 0 | 0.07 | 296.13 | 0.83 | 0.56 |
| Hex | E0 | 32 | EC | 5 | 4F | 0 | 7 | 128 | 53 | 38 |
| Octal | 340 | 62 | 354 | 5 | 117 | 0 | 7 | 450 | 123 | 70 |
| Binary | 11100000 | 110010 | 11101100 | 101 | 1001111 | 0 | 111 | 100101000 | 1010011 | 111000 |
Color Harmonies of #E032EC
Complementary color
Monochromatic Colors of #E032EC
Black with #E032EC
Text Example
Text Example
White with #E032EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E032EC; }
p { color: rgb(224,50,236); }
H1.HeaderClassName
{
color: #E032EC;
}
.AnyTagClassName
{
color: #E032EC;
}
</style>
background-color css
<style>
a { background-color: #E032EC; }
a { background-color: rgb(224,50,236); }
div.DivClassName
{
background-color: #E032EC;
}
.BgClassName
{
background-color: #E032EC;
}
</style>
border-color css
<style>
span { border-color: #E032EC; }
span { border-color: rgb(224,50,236); }
td.TdClassName
{
border-color: #E032EC;
}
.TagClassName
{
border-color: #E032EC;
}
</style>