Html Css Color HEX #E544EC Free Speech Magenta
📋 copy color: '#E544EC'red 229 ◦ green 68 ◦ blue 236
Shades of Free Speech Magenta #E544EC
Tints of Free Speech Magenta #E544EC
RGB
CMYK
RGB Variations
Color information
#E544EC (or 0xE544EC) is known color: Free Speech Magenta. HEX triplet: E5, 44 and EC. RGB value is (229,68,236). Sum of RGB (Red+Green+Blue) = 229+68+236=533 (70% of max value = 765). Red value is 229 (89.84% from 255 or 42.96% from 533); Green value is 68 (26.95% from 255 or 12.76% from 533); Blue value is 236 (92.58% from 255 or 44.28% from 533); Max value from RGB is 236 - color contains mainly: blue. Hex color #E544EC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E544EC is #1ABB13. Grayscale: #868686. Windows color (decimal): -1751828 or 15484133. OLE color: 15484133.
HSL color Cylindrical-coordinate representation of color #E544EC: hue angle of 297.5º degrees, saturation: 0.82, 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 #E544EC is Cyan = 0.03, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 229 | 68 | 236 | - |
| CMYK | 0.03 | 0.71 | 0 | 0.07 |
| HSL | 297.5º | 0.82% | 0.6% | - |
| HSV(B) | 297.5º | 0.71% | 0.93% | - |
| XYZ | 49.52 | 26.85 | 81.93 | - |
| YUV | 135.29 | 184.84 | 194.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 68 | 236 | 0.03 | 0.71 | 0 | 0.07 | 297.5 | 0.82 | 0.6 |
| Hex | E5 | 44 | EC | 3 | 47 | 0 | 7 | 12A | 52 | 3C |
| Octal | 345 | 104 | 354 | 3 | 107 | 0 | 7 | 452 | 122 | 74 |
| Binary | 11100101 | 1000100 | 11101100 | 11 | 1000111 | 0 | 111 | 100101010 | 1010010 | 111100 |
Color Harmonies of #E544EC
Complementary color
Monochromatic Colors of #E544EC
Black with #E544EC
Text Example
Text Example
White with #E544EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E544EC; }
p { color: rgb(229,68,236); }
H1.HeaderClassName
{
color: #E544EC;
}
.AnyTagClassName
{
color: #E544EC;
}
</style>
background-color css
<style>
a { background-color: #E544EC; }
a { background-color: rgb(229,68,236); }
div.DivClassName
{
background-color: #E544EC;
}
.BgClassName
{
background-color: #E544EC;
}
</style>
border-color css
<style>
span { border-color: #E544EC; }
span { border-color: rgb(229,68,236); }
td.TdClassName
{
border-color: #E544EC;
}
.TagClassName
{
border-color: #E544EC;
}
</style>