Html Css Color HEX #E554DD Free Speech Magenta
📋 copy color: '#E554DD'red 229 ◦ green 84 ◦ blue 221
Shades of Free Speech Magenta #E554DD
Tints of Free Speech Magenta #E554DD
RGB
CMYK
RGB Variations
Color information
#E554DD (or 0xE554DD) is known color: Free Speech Magenta. HEX triplet: E5, 54 and DD. RGB value is (229,84,221). Sum of RGB (Red+Green+Blue) = 229+84+221=534 (70% of max value = 765). Red value is 229 (89.84% from 255 or 42.88% from 534); Green value is 84 (33.20% from 255 or 15.73% from 534); Blue value is 221 (86.72% from 255 or 41.39% from 534); Max value from RGB is 229 - color contains mainly: red. Hex color #E554DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E554DD is #1AAB22. Grayscale: #8E8E8E. Windows color (decimal): -1747747 or 14505189. OLE color: 14505189.
HSL color Cylindrical-coordinate representation of color #E554DD: hue angle of 303.31º 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 #E554DD is Cyan = 0, Magento = 0.63, Yellow = 0.03 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 84 | 221 | - |
| CMYK | 0 | 0.63 | 0.03 | 0.10 |
| HSL | 303.31º | 0.74% | 0.61% | - |
| HSV(B) | 303.31º | 0.63% | 0.9% | - |
| XYZ | 48.53 | 28.22 | 71.3 | - |
| YUV | 142.97 | 172.04 | 189.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 84 | 221 | 0 | 0.63 | 0.03 | 0.10 | 303.31 | 0.74 | 0.61 |
| Hex | E5 | 54 | DD | 0 | 3F | 3 | A | 12F | 4A | 3D |
| Octal | 345 | 124 | 335 | 0 | 77 | 3 | 12 | 457 | 112 | 75 |
| Binary | 11100101 | 1010100 | 11011101 | 0 | 111111 | 11 | 1010 | 100101111 | 1001010 | 111101 |
Color Harmonies of #E554DD
Complementary color
Monochromatic Colors of #E554DD
Black with #E554DD
Text Example
Text Example
White with #E554DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E554DD; }
p { color: rgb(229,84,221); }
H1.HeaderClassName
{
color: #E554DD;
}
.AnyTagClassName
{
color: #E554DD;
}
</style>
background-color css
<style>
a { background-color: #E554DD; }
a { background-color: rgb(229,84,221); }
div.DivClassName
{
background-color: #E554DD;
}
.BgClassName
{
background-color: #E554DD;
}
</style>
border-color css
<style>
span { border-color: #E554DD; }
span { border-color: rgb(229,84,221); }
td.TdClassName
{
border-color: #E554DD;
}
.TagClassName
{
border-color: #E554DD;
}
</style>