Html Css Color HEX #E548ED Free Speech Magenta
📋 copy color: '#E548ED'red 229 ◦ green 72 ◦ blue 237
Shades of Free Speech Magenta #E548ED
Tints of Free Speech Magenta #E548ED
RGB
CMYK
RGB Variations
Color information
#E548ED (or 0xE548ED) is known color: Free Speech Magenta. HEX triplet: E5, 48 and ED. RGB value is (229,72,237). Sum of RGB (Red+Green+Blue) = 229+72+237=538 (71% of max value = 765). Red value is 229 (89.84% from 255 or 42.57% from 538); Green value is 72 (28.52% from 255 or 13.38% from 538); Blue value is 237 (92.97% from 255 or 44.05% from 538); Max value from RGB is 237 - color contains mainly: blue. Hex color #E548ED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E548ED is #1AB712. Grayscale: #898989. Windows color (decimal): -1750803 or 15550693. OLE color: 15550693.
HSL color Cylindrical-coordinate representation of color #E548ED: hue angle of 297.09º degrees, saturation: 0.82, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #E548ED is Cyan = 0.03, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 229 | 72 | 237 | - |
| CMYK | 0.03 | 0.70 | 0 | 0.07 |
| HSL | 297.09º | 0.82% | 0.61% | - |
| HSV(B) | 297.09º | 0.7% | 0.93% | - |
| XYZ | 49.92 | 27.41 | 82.78 | - |
| YUV | 137.75 | 184.01 | 193.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 72 | 237 | 0.03 | 0.70 | 0 | 0.07 | 297.09 | 0.82 | 0.61 |
| Hex | E5 | 48 | ED | 3 | 46 | 0 | 7 | 129 | 52 | 3D |
| Octal | 345 | 110 | 355 | 3 | 106 | 0 | 7 | 451 | 122 | 75 |
| Binary | 11100101 | 1001000 | 11101101 | 11 | 1000110 | 0 | 111 | 100101001 | 1010010 | 111101 |
Color Harmonies of #E548ED
Complementary color
Monochromatic Colors of #E548ED
Black with #E548ED
Text Example
Text Example
White with #E548ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E548ED; }
p { color: rgb(229,72,237); }
H1.HeaderClassName
{
color: #E548ED;
}
.AnyTagClassName
{
color: #E548ED;
}
</style>
background-color css
<style>
a { background-color: #E548ED; }
a { background-color: rgb(229,72,237); }
div.DivClassName
{
background-color: #E548ED;
}
.BgClassName
{
background-color: #E548ED;
}
</style>
border-color css
<style>
span { border-color: #E548ED; }
span { border-color: rgb(229,72,237); }
td.TdClassName
{
border-color: #E548ED;
}
.TagClassName
{
border-color: #E548ED;
}
</style>