Html Css Color HEX #E542EC Free Speech Magenta
📋 copy color: '#E542EC'red 229 ◦ green 66 ◦ blue 236
Shades of Free Speech Magenta #E542EC
Tints of Free Speech Magenta #E542EC
RGB
CMYK
RGB Variations
Color information
#E542EC (or 0xE542EC) is known color: Free Speech Magenta. HEX triplet: E5, 42 and EC. RGB value is (229,66,236). Sum of RGB (Red+Green+Blue) = 229+66+236=531 (70% of max value = 765). Red value is 229 (89.84% from 255 or 43.13% from 531); Green value is 66 (26.17% from 255 or 12.43% from 531); Blue value is 236 (92.58% from 255 or 44.44% from 531); Max value from RGB is 236 - color contains mainly: blue. Hex color #E542EC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E542EC is #1ABD13. Grayscale: #858585. Windows color (decimal): -1752340 or 15483621. OLE color: 15483621.
HSL color Cylindrical-coordinate representation of color #E542EC: hue angle of 297.53º 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 #E542EC is Cyan = 0.03, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 229 | 66 | 236 | - |
| CMYK | 0.03 | 0.72 | 0 | 0.07 |
| HSL | 297.53º | 0.82% | 0.59% | - |
| HSV(B) | 297.53º | 0.72% | 0.93% | - |
| XYZ | 49.4 | 26.61 | 81.89 | - |
| YUV | 134.12 | 185.5 | 195.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 66 | 236 | 0.03 | 0.72 | 0 | 0.07 | 297.53 | 0.82 | 0.59 |
| Hex | E5 | 42 | EC | 3 | 48 | 0 | 7 | 12A | 52 | 3B |
| Octal | 345 | 102 | 354 | 3 | 110 | 0 | 7 | 452 | 122 | 73 |
| Binary | 11100101 | 1000010 | 11101100 | 11 | 1001000 | 0 | 111 | 100101010 | 1010010 | 111011 |
Color Harmonies of #E542EC
Complementary color
Monochromatic Colors of #E542EC
Black with #E542EC
Text Example
Text Example
White with #E542EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E542EC; }
p { color: rgb(229,66,236); }
H1.HeaderClassName
{
color: #E542EC;
}
.AnyTagClassName
{
color: #E542EC;
}
</style>
background-color css
<style>
a { background-color: #E542EC; }
a { background-color: rgb(229,66,236); }
div.DivClassName
{
background-color: #E542EC;
}
.BgClassName
{
background-color: #E542EC;
}
</style>
border-color css
<style>
span { border-color: #E542EC; }
span { border-color: rgb(229,66,236); }
td.TdClassName
{
border-color: #E542EC;
}
.TagClassName
{
border-color: #E542EC;
}
</style>