Html Css Color HEX #E548C9 Free Speech Magenta
📋 copy color: '#E548C9'red 229 ◦ green 72 ◦ blue 201
Shades of Free Speech Magenta #E548C9
Tints of Free Speech Magenta #E548C9
RGB
CMYK
RGB Variations
Color information
#E548C9 (or 0xE548C9) is known color: Free Speech Magenta. HEX triplet: E5, 48 and C9. RGB value is (229,72,201). Sum of RGB (Red+Green+Blue) = 229+72+201=502 (66% of max value = 765). Red value is 229 (89.84% from 255 or 45.62% from 502); Green value is 72 (28.52% from 255 or 14.34% from 502); Blue value is 201 (78.91% from 255 or 40.04% from 502); Max value from RGB is 229 - color contains mainly: red. Hex color #E548C9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E548C9 is #1AB736. Grayscale: #858585. Windows color (decimal): -1750839 or 13191397. OLE color: 13191397.
HSL color Cylindrical-coordinate representation of color #E548C9: hue angle of 310.7º 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 #E548C9 is Cyan = 0, Magento = 0.69, Yellow = 0.12 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 72 | 201 | - |
| CMYK | 0 | 0.69 | 0.12 | 0.10 |
| HSL | 310.7º | 0.75% | 0.59% | - |
| HSV(B) | 310.7º | 0.69% | 0.9% | - |
| XYZ | 45.17 | 25.51 | 57.8 | - |
| YUV | 133.65 | 166.01 | 196.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 72 | 201 | 0 | 0.69 | 0.12 | 0.10 | 310.7 | 0.75 | 0.59 |
| Hex | E5 | 48 | C9 | 0 | 45 | C | A | 137 | 4B | 3B |
| Octal | 345 | 110 | 311 | 0 | 105 | 14 | 12 | 467 | 113 | 73 |
| Binary | 11100101 | 1001000 | 11001001 | 0 | 1000101 | 1100 | 1010 | 100110111 | 1001011 | 111011 |
Color Harmonies of #E548C9
Complementary color
Monochromatic Colors of #E548C9
Black with #E548C9
Text Example
Text Example
White with #E548C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E548C9; }
p { color: rgb(229,72,201); }
H1.HeaderClassName
{
color: #E548C9;
}
.AnyTagClassName
{
color: #E548C9;
}
</style>
background-color css
<style>
a { background-color: #E548C9; }
a { background-color: rgb(229,72,201); }
div.DivClassName
{
background-color: #E548C9;
}
.BgClassName
{
background-color: #E548C9;
}
</style>
border-color css
<style>
span { border-color: #E548C9; }
span { border-color: rgb(229,72,201); }
td.TdClassName
{
border-color: #E548C9;
}
.TagClassName
{
border-color: #E548C9;
}
</style>