Html Css Color HEX #E547DD Free Speech Magenta
📋 copy color: '#E547DD'red 229 ◦ green 71 ◦ blue 221
Shades of Free Speech Magenta #E547DD
Tints of Free Speech Magenta #E547DD
RGB
CMYK
RGB Variations
Color information
#E547DD (or 0xE547DD) is known color: Free Speech Magenta. HEX triplet: E5, 47 and DD. RGB value is (229,71,221). Sum of RGB (Red+Green+Blue) = 229+71+221=521 (69% of max value = 765). Red value is 229 (89.84% from 255 or 43.95% from 521); Green value is 71 (28.12% from 255 or 13.63% from 521); Blue value is 221 (86.72% from 255 or 42.42% from 521); Max value from RGB is 229 - color contains mainly: red. Hex color #E547DD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E547DD is #1AB822. Grayscale: #868686. Windows color (decimal): -1751075 or 14501861. OLE color: 14501861.
HSL color Cylindrical-coordinate representation of color #E547DD: hue angle of 303.04º 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 #E547DD is Cyan = 0, Magento = 0.69, Yellow = 0.03 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 71 | 221 | - |
| CMYK | 0 | 0.69 | 0.03 | 0.10 |
| HSL | 303.04º | 0.75% | 0.59% | - |
| HSV(B) | 303.04º | 0.69% | 0.9% | - |
| XYZ | 47.62 | 26.38 | 70.99 | - |
| YUV | 135.34 | 176.35 | 194.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 71 | 221 | 0 | 0.69 | 0.03 | 0.10 | 303.04 | 0.75 | 0.59 |
| Hex | E5 | 47 | DD | 0 | 45 | 3 | A | 12F | 4B | 3B |
| Octal | 345 | 107 | 335 | 0 | 105 | 3 | 12 | 457 | 113 | 73 |
| Binary | 11100101 | 1000111 | 11011101 | 0 | 1000101 | 11 | 1010 | 100101111 | 1001011 | 111011 |
Color Harmonies of #E547DD
Complementary color
Monochromatic Colors of #E547DD
Black with #E547DD
Text Example
Text Example
White with #E547DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E547DD; }
p { color: rgb(229,71,221); }
H1.HeaderClassName
{
color: #E547DD;
}
.AnyTagClassName
{
color: #E547DD;
}
</style>
background-color css
<style>
a { background-color: #E547DD; }
a { background-color: rgb(229,71,221); }
div.DivClassName
{
background-color: #E547DD;
}
.BgClassName
{
background-color: #E547DD;
}
</style>
border-color css
<style>
span { border-color: #E547DD; }
span { border-color: rgb(229,71,221); }
td.TdClassName
{
border-color: #E547DD;
}
.TagClassName
{
border-color: #E547DD;
}
</style>