Html Css Color HEX #E546ED Free Speech Magenta
📋 copy color: '#E546ED'red 229 ◦ green 70 ◦ blue 237
Shades of Free Speech Magenta #E546ED
Tints of Free Speech Magenta #E546ED
RGB
CMYK
RGB Variations
Color information
#E546ED (or 0xE546ED) is known color: Free Speech Magenta. HEX triplet: E5, 46 and ED. RGB value is (229,70,237). Sum of RGB (Red+Green+Blue) = 229+70+237=536 (70% of max value = 765). Red value is 229 (89.84% from 255 or 42.72% from 536); Green value is 70 (27.73% from 255 or 13.06% from 536); Blue value is 237 (92.97% from 255 or 44.22% from 536); Max value from RGB is 237 - color contains mainly: blue. Hex color #E546ED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E546ED is #1AB912. Grayscale: #888888. Windows color (decimal): -1751315 or 15550181. OLE color: 15550181.
HSL color Cylindrical-coordinate representation of color #E546ED: hue angle of 297.13º 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 #E546ED is Cyan = 0.03, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 229 | 70 | 237 | - |
| CMYK | 0.03 | 0.70 | 0 | 0.07 |
| HSL | 297.13º | 0.82% | 0.6% | - |
| HSV(B) | 297.13º | 0.7% | 0.93% | - |
| XYZ | 49.79 | 27.15 | 82.74 | - |
| YUV | 136.58 | 184.68 | 193.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 70 | 237 | 0.03 | 0.70 | 0 | 0.07 | 297.13 | 0.82 | 0.6 |
| Hex | E5 | 46 | ED | 3 | 46 | 0 | 7 | 129 | 52 | 3C |
| Octal | 345 | 106 | 355 | 3 | 106 | 0 | 7 | 451 | 122 | 74 |
| Binary | 11100101 | 1000110 | 11101101 | 11 | 1000110 | 0 | 111 | 100101001 | 1010010 | 111100 |
Color Harmonies of #E546ED
Complementary color
Monochromatic Colors of #E546ED
Black with #E546ED
Text Example
Text Example
White with #E546ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E546ED; }
p { color: rgb(229,70,237); }
H1.HeaderClassName
{
color: #E546ED;
}
.AnyTagClassName
{
color: #E546ED;
}
</style>
background-color css
<style>
a { background-color: #E546ED; }
a { background-color: rgb(229,70,237); }
div.DivClassName
{
background-color: #E546ED;
}
.BgClassName
{
background-color: #E546ED;
}
</style>
border-color css
<style>
span { border-color: #E546ED; }
span { border-color: rgb(229,70,237); }
td.TdClassName
{
border-color: #E546ED;
}
.TagClassName
{
border-color: #E546ED;
}
</style>