Html Css Color HEX #E545EC Free Speech Magenta
📋 copy color: '#E545EC'red 229 ◦ green 69 ◦ blue 236
Shades of Free Speech Magenta #E545EC
Tints of Free Speech Magenta #E545EC
RGB
CMYK
RGB Variations
Color information
#E545EC (or 0xE545EC) is known color: Free Speech Magenta. HEX triplet: E5, 45 and EC. RGB value is (229,69,236). Sum of RGB (Red+Green+Blue) = 229+69+236=534 (70% of max value = 765). Red value is 229 (89.84% from 255 or 42.88% from 534); Green value is 69 (27.34% from 255 or 12.92% from 534); Blue value is 236 (92.58% from 255 or 44.19% from 534); Max value from RGB is 236 - color contains mainly: blue. Hex color #E545EC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E545EC is #1ABA13. Grayscale: #878787. Windows color (decimal): -1751572 or 15484389. OLE color: 15484389.
HSL color Cylindrical-coordinate representation of color #E545EC: hue angle of 297.49º degrees, saturation: 0.81, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #E545EC is Cyan = 0.03, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 229 | 69 | 236 | - |
| CMYK | 0.03 | 0.71 | 0 | 0.07 |
| HSL | 297.49º | 0.81% | 0.6% | - |
| HSV(B) | 297.49º | 0.71% | 0.93% | - |
| XYZ | 49.58 | 26.97 | 81.95 | - |
| YUV | 135.88 | 184.51 | 194.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 69 | 236 | 0.03 | 0.71 | 0 | 0.07 | 297.49 | 0.81 | 0.6 |
| Hex | E5 | 45 | EC | 3 | 47 | 0 | 7 | 129 | 51 | 3C |
| Octal | 345 | 105 | 354 | 3 | 107 | 0 | 7 | 451 | 121 | 74 |
| Binary | 11100101 | 1000101 | 11101100 | 11 | 1000111 | 0 | 111 | 100101001 | 1010001 | 111100 |
Color Harmonies of #E545EC
Complementary color
Monochromatic Colors of #E545EC
Black with #E545EC
Text Example
Text Example
White with #E545EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E545EC; }
p { color: rgb(229,69,236); }
H1.HeaderClassName
{
color: #E545EC;
}
.AnyTagClassName
{
color: #E545EC;
}
</style>
background-color css
<style>
a { background-color: #E545EC; }
a { background-color: rgb(229,69,236); }
div.DivClassName
{
background-color: #E545EC;
}
.BgClassName
{
background-color: #E545EC;
}
</style>
border-color css
<style>
span { border-color: #E545EC; }
span { border-color: rgb(229,69,236); }
td.TdClassName
{
border-color: #E545EC;
}
.TagClassName
{
border-color: #E545EC;
}
</style>