Html Css Color HEX #E545C9 Free Speech Magenta
📋 copy color: '#E545C9'red 229 ◦ green 69 ◦ blue 201
Shades of Free Speech Magenta #E545C9
Tints of Free Speech Magenta #E545C9
RGB
CMYK
RGB Variations
Color information
#E545C9 (or 0xE545C9) is known color: Free Speech Magenta. HEX triplet: E5, 45 and C9. RGB value is (229,69,201). Sum of RGB (Red+Green+Blue) = 229+69+201=499 (66% of max value = 765). Red value is 229 (89.84% from 255 or 45.89% from 499); Green value is 69 (27.34% from 255 or 13.83% from 499); Blue value is 201 (78.91% from 255 or 40.28% from 499); Max value from RGB is 229 - color contains mainly: red. Hex color #E545C9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E545C9 is #1ABA36. Grayscale: #838383. Windows color (decimal): -1751607 or 13190629. OLE color: 13190629.
HSL color Cylindrical-coordinate representation of color #E545C9: hue angle of 310.5º degrees, saturation: 0.75, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #E545C9 is Cyan = 0, Magento = 0.70, Yellow = 0.12 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 69 | 201 | - |
| CMYK | 0 | 0.70 | 0.12 | 0.10 |
| HSL | 310.5º | 0.75% | 0.58% | - |
| HSV(B) | 310.5º | 0.7% | 0.9% | - |
| XYZ | 44.98 | 25.13 | 57.74 | - |
| YUV | 131.89 | 167.01 | 197.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 69 | 201 | 0 | 0.70 | 0.12 | 0.10 | 310.5 | 0.75 | 0.58 |
| Hex | E5 | 45 | C9 | 0 | 46 | C | A | 136 | 4B | 3A |
| Octal | 345 | 105 | 311 | 0 | 106 | 14 | 12 | 466 | 113 | 72 |
| Binary | 11100101 | 1000101 | 11001001 | 0 | 1000110 | 1100 | 1010 | 100110110 | 1001011 | 111010 |
Color Harmonies of #E545C9
Complementary color
Monochromatic Colors of #E545C9
Black with #E545C9
Text Example
Text Example
White with #E545C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E545C9; }
p { color: rgb(229,69,201); }
H1.HeaderClassName
{
color: #E545C9;
}
.AnyTagClassName
{
color: #E545C9;
}
</style>
background-color css
<style>
a { background-color: #E545C9; }
a { background-color: rgb(229,69,201); }
div.DivClassName
{
background-color: #E545C9;
}
.BgClassName
{
background-color: #E545C9;
}
</style>
border-color css
<style>
span { border-color: #E545C9; }
span { border-color: rgb(229,69,201); }
td.TdClassName
{
border-color: #E545C9;
}
.TagClassName
{
border-color: #E545C9;
}
</style>