Html Css Color HEX #E548D5 Free Speech Magenta
📋 copy color: '#E548D5'red 229 ◦ green 72 ◦ blue 213
Shades of Free Speech Magenta #E548D5
Tints of Free Speech Magenta #E548D5
RGB
CMYK
RGB Variations
Color information
#E548D5 (or 0xE548D5) is known color: Free Speech Magenta. HEX triplet: E5, 48 and D5. RGB value is (229,72,213). Sum of RGB (Red+Green+Blue) = 229+72+213=514 (68% of max value = 765). Red value is 229 (89.84% from 255 or 44.55% from 514); Green value is 72 (28.52% from 255 or 14.01% from 514); Blue value is 213 (83.59% from 255 or 41.44% from 514); Max value from RGB is 229 - color contains mainly: red. Hex color #E548D5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E548D5 is #1AB72A. Grayscale: #868686. Windows color (decimal): -1750827 or 13977829. OLE color: 13977829.
HSL color Cylindrical-coordinate representation of color #E548D5: hue angle of 306.11º 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 #E548D5 is Cyan = 0, Magento = 0.69, Yellow = 0.07 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 72 | 213 | - |
| CMYK | 0 | 0.69 | 0.07 | 0.10 |
| HSL | 306.11º | 0.75% | 0.59% | - |
| HSV(B) | 306.11º | 0.69% | 0.9% | - |
| XYZ | 46.64 | 26.1 | 65.53 | - |
| YUV | 135.02 | 172.01 | 195.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 72 | 213 | 0 | 0.69 | 0.07 | 0.10 | 306.11 | 0.75 | 0.59 |
| Hex | E5 | 48 | D5 | 0 | 45 | 7 | A | 132 | 4B | 3B |
| Octal | 345 | 110 | 325 | 0 | 105 | 7 | 12 | 462 | 113 | 73 |
| Binary | 11100101 | 1001000 | 11010101 | 0 | 1000101 | 111 | 1010 | 100110010 | 1001011 | 111011 |
Color Harmonies of #E548D5
Complementary color
Monochromatic Colors of #E548D5
Black with #E548D5
Text Example
Text Example
White with #E548D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E548D5; }
p { color: rgb(229,72,213); }
H1.HeaderClassName
{
color: #E548D5;
}
.AnyTagClassName
{
color: #E548D5;
}
</style>
background-color css
<style>
a { background-color: #E548D5; }
a { background-color: rgb(229,72,213); }
div.DivClassName
{
background-color: #E548D5;
}
.BgClassName
{
background-color: #E548D5;
}
</style>
border-color css
<style>
span { border-color: #E548D5; }
span { border-color: rgb(229,72,213); }
td.TdClassName
{
border-color: #E548D5;
}
.TagClassName
{
border-color: #E548D5;
}
</style>