Html Css Color HEX #E335EC Free Speech Magenta
📋 copy color: '#E335EC'red 227 ◦ green 53 ◦ blue 236
Shades of Free Speech Magenta #E335EC
Tints of Free Speech Magenta #E335EC
RGB
CMYK
RGB Variations
Color information
#E335EC (or 0xE335EC) is known color: Free Speech Magenta. HEX triplet: E3, 35 and EC. RGB value is (227,53,236). Sum of RGB (Red+Green+Blue) = 227+53+236=516 (68% of max value = 765). Red value is 227 (89.06% from 255 or 43.99% from 516); Green value is 53 (21.09% from 255 or 10.27% from 516); Blue value is 236 (92.58% from 255 or 45.74% from 516); Max value from RGB is 236 - color contains mainly: blue. Hex color #E335EC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E335EC is #1CCA13. Grayscale: #7D7D7D. Windows color (decimal): -1886740 or 15480291. OLE color: 15480291.
HSL color Cylindrical-coordinate representation of color #E335EC: hue angle of 297.05º degrees, saturation: 0.83, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #E335EC is Cyan = 0.04, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 227 | 53 | 236 | - |
| CMYK | 0.04 | 0.78 | 0 | 0.07 |
| HSL | 297.05º | 0.83% | 0.57% | - |
| HSV(B) | 297.05º | 0.78% | 0.93% | - |
| XYZ | 48.09 | 24.93 | 81.63 | - |
| YUV | 125.89 | 190.15 | 200.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 53 | 236 | 0.04 | 0.78 | 0 | 0.07 | 297.05 | 0.83 | 0.57 |
| Hex | E3 | 35 | EC | 4 | 4E | 0 | 7 | 129 | 53 | 39 |
| Octal | 343 | 65 | 354 | 4 | 116 | 0 | 7 | 451 | 123 | 71 |
| Binary | 11100011 | 110101 | 11101100 | 100 | 1001110 | 0 | 111 | 100101001 | 1010011 | 111001 |
Color Harmonies of #E335EC
Complementary color
Monochromatic Colors of #E335EC
Black with #E335EC
Text Example
Text Example
White with #E335EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E335EC; }
p { color: rgb(227,53,236); }
H1.HeaderClassName
{
color: #E335EC;
}
.AnyTagClassName
{
color: #E335EC;
}
</style>
background-color css
<style>
a { background-color: #E335EC; }
a { background-color: rgb(227,53,236); }
div.DivClassName
{
background-color: #E335EC;
}
.BgClassName
{
background-color: #E335EC;
}
</style>
border-color css
<style>
span { border-color: #E335EC; }
span { border-color: rgb(227,53,236); }
td.TdClassName
{
border-color: #E335EC;
}
.TagClassName
{
border-color: #E335EC;
}
</style>