Html Css Color HEX #E546C9 Free Speech Magenta
📋 copy color: '#E546C9'red 229 ◦ green 70 ◦ blue 201
Shades of Free Speech Magenta #E546C9
Tints of Free Speech Magenta #E546C9
RGB
CMYK
RGB Variations
Color information
#E546C9 (or 0xE546C9) is known color: Free Speech Magenta. HEX triplet: E5, 46 and C9. RGB value is (229,70,201). Sum of RGB (Red+Green+Blue) = 229+70+201=500 (66% of max value = 765). Red value is 229 (89.84% from 255 or 45.8% from 500); Green value is 70 (27.73% from 255 or 14% from 500); Blue value is 201 (78.91% from 255 or 40.2% from 500); Max value from RGB is 229 - color contains mainly: red. Hex color #E546C9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E546C9 is #1AB936. Grayscale: #848484. Windows color (decimal): -1751351 or 13190885. OLE color: 13190885.
HSL color Cylindrical-coordinate representation of color #E546C9: hue angle of 310.57º degrees, saturation: 0.75, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #E546C9 is Cyan = 0, Magento = 0.69, Yellow = 0.12 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 70 | 201 | - |
| CMYK | 0 | 0.69 | 0.12 | 0.10 |
| HSL | 310.57º | 0.75% | 0.59% | - |
| HSV(B) | 310.57º | 0.69% | 0.9% | - |
| XYZ | 45.05 | 25.26 | 57.76 | - |
| YUV | 132.48 | 166.68 | 196.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 70 | 201 | 0 | 0.69 | 0.12 | 0.10 | 310.57 | 0.75 | 0.59 |
| Hex | E5 | 46 | C9 | 0 | 45 | C | A | 137 | 4B | 3B |
| Octal | 345 | 106 | 311 | 0 | 105 | 14 | 12 | 467 | 113 | 73 |
| Binary | 11100101 | 1000110 | 11001001 | 0 | 1000101 | 1100 | 1010 | 100110111 | 1001011 | 111011 |
Color Harmonies of #E546C9
Complementary color
Monochromatic Colors of #E546C9
Black with #E546C9
Text Example
Text Example
White with #E546C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E546C9; }
p { color: rgb(229,70,201); }
H1.HeaderClassName
{
color: #E546C9;
}
.AnyTagClassName
{
color: #E546C9;
}
</style>
background-color css
<style>
a { background-color: #E546C9; }
a { background-color: rgb(229,70,201); }
div.DivClassName
{
background-color: #E546C9;
}
.BgClassName
{
background-color: #E546C9;
}
</style>
border-color css
<style>
span { border-color: #E546C9; }
span { border-color: rgb(229,70,201); }
td.TdClassName
{
border-color: #E546C9;
}
.TagClassName
{
border-color: #E546C9;
}
</style>