Html Css Color HEX #E559DD Free Speech Magenta
📋 copy color: '#E559DD'red 229 ◦ green 89 ◦ blue 221
Shades of Free Speech Magenta #E559DD
Tints of Free Speech Magenta #E559DD
RGB
CMYK
RGB Variations
Color information
#E559DD (or 0xE559DD) is known color: Free Speech Magenta. HEX triplet: E5, 59 and DD. RGB value is (229,89,221). Sum of RGB (Red+Green+Blue) = 229+89+221=539 (71% of max value = 765). Red value is 229 (89.84% from 255 or 42.49% from 539); Green value is 89 (35.16% from 255 or 16.51% from 539); Blue value is 221 (86.72% from 255 or 41.00% from 539); Max value from RGB is 229 - color contains mainly: red. Hex color #E559DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E559DD is #1AA622. Grayscale: #919191. Windows color (decimal): -1746467 or 14506469. OLE color: 14506469.
HSL color Cylindrical-coordinate representation of color #E559DD: hue angle of 303.43º degrees, saturation: 0.73, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #E559DD is Cyan = 0, Magento = 0.61, Yellow = 0.03 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 89 | 221 | - |
| CMYK | 0 | 0.61 | 0.03 | 0.10 |
| HSL | 303.43º | 0.73% | 0.62% | - |
| HSV(B) | 303.43º | 0.61% | 0.9% | - |
| XYZ | 48.94 | 29.02 | 71.43 | - |
| YUV | 145.91 | 170.38 | 187.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 89 | 221 | 0 | 0.61 | 0.03 | 0.10 | 303.43 | 0.73 | 0.62 |
| Hex | E5 | 59 | DD | 0 | 3D | 3 | A | 12F | 49 | 3E |
| Octal | 345 | 131 | 335 | 0 | 75 | 3 | 12 | 457 | 111 | 76 |
| Binary | 11100101 | 1011001 | 11011101 | 0 | 111101 | 11 | 1010 | 100101111 | 1001001 | 111110 |
Color Harmonies of #E559DD
Complementary color
Monochromatic Colors of #E559DD
Black with #E559DD
Text Example
Text Example
White with #E559DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E559DD; }
p { color: rgb(229,89,221); }
H1.HeaderClassName
{
color: #E559DD;
}
.AnyTagClassName
{
color: #E559DD;
}
</style>
background-color css
<style>
a { background-color: #E559DD; }
a { background-color: rgb(229,89,221); }
div.DivClassName
{
background-color: #E559DD;
}
.BgClassName
{
background-color: #E559DD;
}
</style>
border-color css
<style>
span { border-color: #E559DD; }
span { border-color: rgb(229,89,221); }
td.TdClassName
{
border-color: #E559DD;
}
.TagClassName
{
border-color: #E559DD;
}
</style>