Html Css Color HEX #E536EC Free Speech Magenta
📋 copy color: '#E536EC'red 229 ◦ green 54 ◦ blue 236
Shades of Free Speech Magenta #E536EC
Tints of Free Speech Magenta #E536EC
RGB
CMYK
RGB Variations
Color information
#E536EC (or 0xE536EC) is known color: Free Speech Magenta. HEX triplet: E5, 36 and EC. RGB value is (229,54,236). Sum of RGB (Red+Green+Blue) = 229+54+236=519 (68% of max value = 765). Red value is 229 (89.84% from 255 or 44.12% from 519); Green value is 54 (21.48% from 255 or 10.40% from 519); Blue value is 236 (92.58% from 255 or 45.47% from 519); Max value from RGB is 236 - color contains mainly: blue. Hex color #E536EC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E536EC is #1AC913. Grayscale: #7E7E7E. Windows color (decimal): -1755412 or 15480549. OLE color: 15480549.
HSL color Cylindrical-coordinate representation of color #E536EC: hue angle of 297.69º degrees, saturation: 0.83, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #E536EC is Cyan = 0.03, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 229 | 54 | 236 | - |
| CMYK | 0.03 | 0.77 | 0 | 0.07 |
| HSL | 297.69º | 0.83% | 0.57% | - |
| HSV(B) | 297.69º | 0.77% | 0.93% | - |
| XYZ | 48.77 | 25.35 | 81.68 | - |
| YUV | 127.07 | 189.48 | 200.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 54 | 236 | 0.03 | 0.77 | 0 | 0.07 | 297.69 | 0.83 | 0.57 |
| Hex | E5 | 36 | EC | 3 | 4D | 0 | 7 | 12A | 53 | 39 |
| Octal | 345 | 66 | 354 | 3 | 115 | 0 | 7 | 452 | 123 | 71 |
| Binary | 11100101 | 110110 | 11101100 | 11 | 1001101 | 0 | 111 | 100101010 | 1010011 | 111001 |
Color Harmonies of #E536EC
Complementary color
Monochromatic Colors of #E536EC
Black with #E536EC
Text Example
Text Example
White with #E536EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E536EC; }
p { color: rgb(229,54,236); }
H1.HeaderClassName
{
color: #E536EC;
}
.AnyTagClassName
{
color: #E536EC;
}
</style>
background-color css
<style>
a { background-color: #E536EC; }
a { background-color: rgb(229,54,236); }
div.DivClassName
{
background-color: #E536EC;
}
.BgClassName
{
background-color: #E536EC;
}
</style>
border-color css
<style>
span { border-color: #E536EC; }
span { border-color: rgb(229,54,236); }
td.TdClassName
{
border-color: #E536EC;
}
.TagClassName
{
border-color: #E536EC;
}
</style>