Html Css Color HEX #E541EC Free Speech Magenta
📋 copy color: '#E541EC'red 229 ◦ green 65 ◦ blue 236
Shades of Free Speech Magenta #E541EC
Tints of Free Speech Magenta #E541EC
RGB
CMYK
RGB Variations
Color information
#E541EC (or 0xE541EC) is known color: Free Speech Magenta. HEX triplet: E5, 41 and EC. RGB value is (229,65,236). Sum of RGB (Red+Green+Blue) = 229+65+236=530 (70% of max value = 765). Red value is 229 (89.84% from 255 or 43.21% from 530); Green value is 65 (25.78% from 255 or 12.26% from 530); Blue value is 236 (92.58% from 255 or 44.53% from 530); Max value from RGB is 236 - color contains mainly: blue. Hex color #E541EC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E541EC is #1ABE13. Grayscale: #858585. Windows color (decimal): -1752596 or 15483365. OLE color: 15483365.
HSL color Cylindrical-coordinate representation of color #E541EC: hue angle of 297.54º degrees, saturation: 0.82, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #E541EC is Cyan = 0.03, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 229 | 65 | 236 | - |
| CMYK | 0.03 | 0.72 | 0 | 0.07 |
| HSL | 297.54º | 0.82% | 0.59% | - |
| HSV(B) | 297.54º | 0.72% | 0.93% | - |
| XYZ | 49.34 | 26.49 | 81.87 | - |
| YUV | 133.53 | 185.83 | 196.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 65 | 236 | 0.03 | 0.72 | 0 | 0.07 | 297.54 | 0.82 | 0.59 |
| Hex | E5 | 41 | EC | 3 | 48 | 0 | 7 | 12A | 52 | 3B |
| Octal | 345 | 101 | 354 | 3 | 110 | 0 | 7 | 452 | 122 | 73 |
| Binary | 11100101 | 1000001 | 11101100 | 11 | 1001000 | 0 | 111 | 100101010 | 1010010 | 111011 |
Color Harmonies of #E541EC
Complementary color
Monochromatic Colors of #E541EC
Black with #E541EC
Text Example
Text Example
White with #E541EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E541EC; }
p { color: rgb(229,65,236); }
H1.HeaderClassName
{
color: #E541EC;
}
.AnyTagClassName
{
color: #E541EC;
}
</style>
background-color css
<style>
a { background-color: #E541EC; }
a { background-color: rgb(229,65,236); }
div.DivClassName
{
background-color: #E541EC;
}
.BgClassName
{
background-color: #E541EC;
}
</style>
border-color css
<style>
span { border-color: #E541EC; }
span { border-color: rgb(229,65,236); }
td.TdClassName
{
border-color: #E541EC;
}
.TagClassName
{
border-color: #E541EC;
}
</style>