Html Css Color HEX #E548EC Free Speech Magenta
📋 copy color: '#E548EC'red 229 ◦ green 72 ◦ blue 236
Shades of Free Speech Magenta #E548EC
Tints of Free Speech Magenta #E548EC
RGB
CMYK
RGB Variations
Color information
#E548EC (or 0xE548EC) is known color: Free Speech Magenta. HEX triplet: E5, 48 and EC. RGB value is (229,72,236). Sum of RGB (Red+Green+Blue) = 229+72+236=537 (71% of max value = 765). Red value is 229 (89.84% from 255 or 42.64% from 537); Green value is 72 (28.52% from 255 or 13.41% from 537); Blue value is 236 (92.58% from 255 or 43.95% from 537); Max value from RGB is 236 - color contains mainly: blue. Hex color #E548EC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E548EC is #1AB713. Grayscale: #898989. Windows color (decimal): -1750804 or 15485157. OLE color: 15485157.
HSL color Cylindrical-coordinate representation of color #E548EC: hue angle of 297.44º degrees, saturation: 0.81, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #E548EC is Cyan = 0.03, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 229 | 72 | 236 | - |
| CMYK | 0.03 | 0.69 | 0 | 0.07 |
| HSL | 297.44º | 0.81% | 0.6% | - |
| HSV(B) | 297.44º | 0.69% | 0.93% | - |
| XYZ | 49.77 | 27.35 | 82.01 | - |
| YUV | 137.64 | 183.51 | 193.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 72 | 236 | 0.03 | 0.69 | 0 | 0.07 | 297.44 | 0.81 | 0.6 |
| Hex | E5 | 48 | EC | 3 | 45 | 0 | 7 | 129 | 51 | 3C |
| Octal | 345 | 110 | 354 | 3 | 105 | 0 | 7 | 451 | 121 | 74 |
| Binary | 11100101 | 1001000 | 11101100 | 11 | 1000101 | 0 | 111 | 100101001 | 1010001 | 111100 |
Color Harmonies of #E548EC
Complementary color
Monochromatic Colors of #E548EC
Black with #E548EC
Text Example
Text Example
White with #E548EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E548EC; }
p { color: rgb(229,72,236); }
H1.HeaderClassName
{
color: #E548EC;
}
.AnyTagClassName
{
color: #E548EC;
}
</style>
background-color css
<style>
a { background-color: #E548EC; }
a { background-color: rgb(229,72,236); }
div.DivClassName
{
background-color: #E548EC;
}
.BgClassName
{
background-color: #E548EC;
}
</style>
border-color css
<style>
span { border-color: #E548EC; }
span { border-color: rgb(229,72,236); }
td.TdClassName
{
border-color: #E548EC;
}
.TagClassName
{
border-color: #E548EC;
}
</style>