Html Css Color HEX #E547ED Free Speech Magenta
📋 copy color: '#E547ED'red 229 ◦ green 71 ◦ blue 237
Shades of Free Speech Magenta #E547ED
Tints of Free Speech Magenta #E547ED
RGB
CMYK
RGB Variations
Color information
#E547ED (or 0xE547ED) is known color: Free Speech Magenta. HEX triplet: E5, 47 and ED. RGB value is (229,71,237). Sum of RGB (Red+Green+Blue) = 229+71+237=537 (71% of max value = 765). Red value is 229 (89.84% from 255 or 42.64% from 537); Green value is 71 (28.12% from 255 or 13.22% from 537); Blue value is 237 (92.97% from 255 or 44.13% from 537); Max value from RGB is 237 - color contains mainly: blue. Hex color #E547ED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E547ED is #1AB812. Grayscale: #888888. Windows color (decimal): -1751059 or 15550437. OLE color: 15550437.
HSL color Cylindrical-coordinate representation of color #E547ED: hue angle of 297.11º degrees, saturation: 0.82, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #E547ED is Cyan = 0.03, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 229 | 71 | 237 | - |
| CMYK | 0.03 | 0.70 | 0 | 0.07 |
| HSL | 297.11º | 0.82% | 0.6% | - |
| HSV(B) | 297.11º | 0.7% | 0.93% | - |
| XYZ | 49.85 | 27.28 | 82.76 | - |
| YUV | 137.17 | 184.35 | 193.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 71 | 237 | 0.03 | 0.70 | 0 | 0.07 | 297.11 | 0.82 | 0.6 |
| Hex | E5 | 47 | ED | 3 | 46 | 0 | 7 | 129 | 52 | 3C |
| Octal | 345 | 107 | 355 | 3 | 106 | 0 | 7 | 451 | 122 | 74 |
| Binary | 11100101 | 1000111 | 11101101 | 11 | 1000110 | 0 | 111 | 100101001 | 1010010 | 111100 |
Color Harmonies of #E547ED
Complementary color
Monochromatic Colors of #E547ED
Black with #E547ED
Text Example
Text Example
White with #E547ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E547ED; }
p { color: rgb(229,71,237); }
H1.HeaderClassName
{
color: #E547ED;
}
.AnyTagClassName
{
color: #E547ED;
}
</style>
background-color css
<style>
a { background-color: #E547ED; }
a { background-color: rgb(229,71,237); }
div.DivClassName
{
background-color: #E547ED;
}
.BgClassName
{
background-color: #E547ED;
}
</style>
border-color css
<style>
span { border-color: #E547ED; }
span { border-color: rgb(229,71,237); }
td.TdClassName
{
border-color: #E547ED;
}
.TagClassName
{
border-color: #E547ED;
}
</style>