Html Css Color HEX #E331EC Free Speech Magenta
📋 copy color: '#E331EC'red 227 ◦ green 49 ◦ blue 236
Shades of Free Speech Magenta #E331EC
Tints of Free Speech Magenta #E331EC
RGB
CMYK
RGB Variations
Color information
#E331EC (or 0xE331EC) is known color: Free Speech Magenta. HEX triplet: E3, 31 and EC. RGB value is (227,49,236). Sum of RGB (Red+Green+Blue) = 227+49+236=512 (67% of max value = 765). Red value is 227 (89.06% from 255 or 44.34% from 512); Green value is 49 (19.53% from 255 or 9.57% from 512); Blue value is 236 (92.58% from 255 or 46.09% from 512); Max value from RGB is 236 - color contains mainly: blue. Hex color #E331EC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E331EC is #1CCE13. Grayscale: #7A7A7A. Windows color (decimal): -1887764 or 15479267. OLE color: 15479267.
HSL color Cylindrical-coordinate representation of color #E331EC: hue angle of 297.11º 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 #E331EC is Cyan = 0.04, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 227 | 49 | 236 | - |
| CMYK | 0.04 | 0.79 | 0 | 0.07 |
| HSL | 297.11º | 0.83% | 0.56% | - |
| HSV(B) | 297.11º | 0.79% | 0.93% | - |
| XYZ | 47.92 | 24.58 | 81.58 | - |
| YUV | 123.54 | 191.47 | 201.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 49 | 236 | 0.04 | 0.79 | 0 | 0.07 | 297.11 | 0.83 | 0.56 |
| Hex | E3 | 31 | EC | 4 | 4F | 0 | 7 | 129 | 53 | 38 |
| Octal | 343 | 61 | 354 | 4 | 117 | 0 | 7 | 451 | 123 | 70 |
| Binary | 11100011 | 110001 | 11101100 | 100 | 1001111 | 0 | 111 | 100101001 | 1010011 | 111000 |
Color Harmonies of #E331EC
Complementary color
Monochromatic Colors of #E331EC
Black with #E331EC
Text Example
Text Example
White with #E331EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E331EC; }
p { color: rgb(227,49,236); }
H1.HeaderClassName
{
color: #E331EC;
}
.AnyTagClassName
{
color: #E331EC;
}
</style>
background-color css
<style>
a { background-color: #E331EC; }
a { background-color: rgb(227,49,236); }
div.DivClassName
{
background-color: #E331EC;
}
.BgClassName
{
background-color: #E331EC;
}
</style>
border-color css
<style>
span { border-color: #E331EC; }
span { border-color: rgb(227,49,236); }
td.TdClassName
{
border-color: #E331EC;
}
.TagClassName
{
border-color: #E331EC;
}
</style>