Html Css Color HEX #E554D9 Free Speech Magenta
📋 copy color: '#E554D9'red 229 ◦ green 84 ◦ blue 217
Shades of Free Speech Magenta #E554D9
Tints of Free Speech Magenta #E554D9
RGB
CMYK
RGB Variations
Color information
#E554D9 (or 0xE554D9) is known color: Free Speech Magenta. HEX triplet: E5, 54 and D9. RGB value is (229,84,217). Sum of RGB (Red+Green+Blue) = 229+84+217=530 (70% of max value = 765). Red value is 229 (89.84% from 255 or 43.21% from 530); Green value is 84 (33.20% from 255 or 15.85% from 530); Blue value is 217 (85.16% from 255 or 40.94% from 530); Max value from RGB is 229 - color contains mainly: red. Hex color #E554D9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E554D9 is #1AAB26. Grayscale: #8E8E8E. Windows color (decimal): -1747751 or 14243045. OLE color: 14243045.
HSL color Cylindrical-coordinate representation of color #E554D9: hue angle of 304.97º degrees, saturation: 0.74, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #E554D9 is Cyan = 0, Magento = 0.63, Yellow = 0.05 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 84 | 217 | - |
| CMYK | 0 | 0.63 | 0.05 | 0.10 |
| HSL | 304.97º | 0.74% | 0.61% | - |
| HSV(B) | 304.97º | 0.63% | 0.9% | - |
| XYZ | 48.01 | 28.01 | 68.52 | - |
| YUV | 142.52 | 170.04 | 189.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 84 | 217 | 0 | 0.63 | 0.05 | 0.10 | 304.97 | 0.74 | 0.61 |
| Hex | E5 | 54 | D9 | 0 | 3F | 5 | A | 131 | 4A | 3D |
| Octal | 345 | 124 | 331 | 0 | 77 | 5 | 12 | 461 | 112 | 75 |
| Binary | 11100101 | 1010100 | 11011001 | 0 | 111111 | 101 | 1010 | 100110001 | 1001010 | 111101 |
Color Harmonies of #E554D9
Complementary color
Monochromatic Colors of #E554D9
Black with #E554D9
Text Example
Text Example
White with #E554D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E554D9; }
p { color: rgb(229,84,217); }
H1.HeaderClassName
{
color: #E554D9;
}
.AnyTagClassName
{
color: #E554D9;
}
</style>
background-color css
<style>
a { background-color: #E554D9; }
a { background-color: rgb(229,84,217); }
div.DivClassName
{
background-color: #E554D9;
}
.BgClassName
{
background-color: #E554D9;
}
</style>
border-color css
<style>
span { border-color: #E554D9; }
span { border-color: rgb(229,84,217); }
td.TdClassName
{
border-color: #E554D9;
}
.TagClassName
{
border-color: #E554D9;
}
</style>