Html Css Color HEX #E835EC Free Speech Magenta
📋 copy color: '#E835EC'red 232 ◦ green 53 ◦ blue 236
Shades of Free Speech Magenta #E835EC
Tints of Free Speech Magenta #E835EC
RGB
CMYK
RGB Variations
Color information
#E835EC (or 0xE835EC) is known color: Free Speech Magenta. HEX triplet: E8, 35 and EC. RGB value is (232,53,236). Sum of RGB (Red+Green+Blue) = 232+53+236=521 (69% of max value = 765). Red value is 232 (91.02% from 255 or 44.53% from 521); Green value is 53 (21.09% from 255 or 10.17% from 521); Blue value is 236 (92.58% from 255 or 45.30% from 521); Max value from RGB is 236 - color contains mainly: blue. Hex color #E835EC is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #E835EC is #17CA13. Grayscale: #7E7E7E. Windows color (decimal): -1559060 or 15480296. OLE color: 15480296.
HSL color Cylindrical-coordinate representation of color #E835EC: hue angle of 298.69º 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 #E835EC is Cyan = 0.02, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 232 | 53 | 236 | - |
| CMYK | 0.02 | 0.78 | 0 | 0.07 |
| HSL | 298.69º | 0.83% | 0.57% | - |
| HSV(B) | 298.69º | 0.78% | 0.93% | - |
| XYZ | 49.69 | 25.76 | 81.71 | - |
| YUV | 127.38 | 189.3 | 202.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 53 | 236 | 0.02 | 0.78 | 0 | 0.07 | 298.69 | 0.83 | 0.57 |
| Hex | E8 | 35 | EC | 2 | 4E | 0 | 7 | 12B | 53 | 39 |
| Octal | 350 | 65 | 354 | 2 | 116 | 0 | 7 | 453 | 123 | 71 |
| Binary | 11101000 | 110101 | 11101100 | 10 | 1001110 | 0 | 111 | 100101011 | 1010011 | 111001 |
Color Harmonies of #E835EC
Complementary color
Monochromatic Colors of #E835EC
Black with #E835EC
Text Example
Text Example
White with #E835EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E835EC; }
p { color: rgb(232,53,236); }
H1.HeaderClassName
{
color: #E835EC;
}
.AnyTagClassName
{
color: #E835EC;
}
</style>
background-color css
<style>
a { background-color: #E835EC; }
a { background-color: rgb(232,53,236); }
div.DivClassName
{
background-color: #E835EC;
}
.BgClassName
{
background-color: #E835EC;
}
</style>
border-color css
<style>
span { border-color: #E835EC; }
span { border-color: rgb(232,53,236); }
td.TdClassName
{
border-color: #E835EC;
}
.TagClassName
{
border-color: #E835EC;
}
</style>