Html Css Color HEX #E554D8 Free Speech Magenta
📋 copy color: '#E554D8'red 229 ◦ green 84 ◦ blue 216
Shades of Free Speech Magenta #E554D8
Tints of Free Speech Magenta #E554D8
RGB
CMYK
RGB Variations
Color information
#E554D8 (or 0xE554D8) is known color: Free Speech Magenta. HEX triplet: E5, 54 and D8. RGB value is (229,84,216). Sum of RGB (Red+Green+Blue) = 229+84+216=529 (70% of max value = 765). Red value is 229 (89.84% from 255 or 43.29% from 529); Green value is 84 (33.20% from 255 or 15.88% from 529); Blue value is 216 (84.77% from 255 or 40.83% from 529); Max value from RGB is 229 - color contains mainly: red. Hex color #E554D8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E554D8 is #1AAB27. Grayscale: #8E8E8E. Windows color (decimal): -1747752 or 14177509. OLE color: 14177509.
HSL color Cylindrical-coordinate representation of color #E554D8: hue angle of 305.38º 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 #E554D8 is Cyan = 0, Magento = 0.63, Yellow = 0.06 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 84 | 216 | - |
| CMYK | 0 | 0.63 | 0.06 | 0.10 |
| HSL | 305.38º | 0.74% | 0.61% | - |
| HSV(B) | 305.38º | 0.63% | 0.9% | - |
| XYZ | 47.88 | 27.96 | 67.84 | - |
| YUV | 142.4 | 169.54 | 189.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 84 | 216 | 0 | 0.63 | 0.06 | 0.10 | 305.38 | 0.74 | 0.61 |
| Hex | E5 | 54 | D8 | 0 | 3F | 6 | A | 131 | 4A | 3D |
| Octal | 345 | 124 | 330 | 0 | 77 | 6 | 12 | 461 | 112 | 75 |
| Binary | 11100101 | 1010100 | 11011000 | 0 | 111111 | 110 | 1010 | 100110001 | 1001010 | 111101 |
Color Harmonies of #E554D8
Complementary color
Monochromatic Colors of #E554D8
Black with #E554D8
Text Example
Text Example
White with #E554D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E554D8; }
p { color: rgb(229,84,216); }
H1.HeaderClassName
{
color: #E554D8;
}
.AnyTagClassName
{
color: #E554D8;
}
</style>
background-color css
<style>
a { background-color: #E554D8; }
a { background-color: rgb(229,84,216); }
div.DivClassName
{
background-color: #E554D8;
}
.BgClassName
{
background-color: #E554D8;
}
</style>
border-color css
<style>
span { border-color: #E554D8; }
span { border-color: rgb(229,84,216); }
td.TdClassName
{
border-color: #E554D8;
}
.TagClassName
{
border-color: #E554D8;
}
</style>