Html Css Color HEX #E561DD Free Speech Magenta
📋 copy color: '#E561DD'red 229 ◦ green 97 ◦ blue 221
Shades of Free Speech Magenta #E561DD
Tints of Free Speech Magenta #E561DD
RGB
CMYK
RGB Variations
Color information
#E561DD (or 0xE561DD) is known color: Free Speech Magenta. HEX triplet: E5, 61 and DD. RGB value is (229,97,221). Sum of RGB (Red+Green+Blue) = 229+97+221=547 (72% of max value = 765). Red value is 229 (89.84% from 255 or 41.86% from 547); Green value is 97 (38.28% from 255 or 17.73% from 547); Blue value is 221 (86.72% from 255 or 40.40% from 547); Max value from RGB is 229 - color contains mainly: red. Hex color #E561DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E561DD is #1A9E22. Grayscale: #969696. Windows color (decimal): -1744419 or 14508517. OLE color: 14508517.
HSL color Cylindrical-coordinate representation of color #E561DD: hue angle of 303.64º degrees, saturation: 0.72, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #E561DD is Cyan = 0, Magento = 0.58, Yellow = 0.03 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 97 | 221 | - |
| CMYK | 0 | 0.58 | 0.03 | 0.10 |
| HSL | 303.64º | 0.72% | 0.64% | - |
| HSV(B) | 303.64º | 0.58% | 0.9% | - |
| XYZ | 49.64 | 30.43 | 71.66 | - |
| YUV | 150.6 | 167.73 | 183.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 97 | 221 | 0 | 0.58 | 0.03 | 0.10 | 303.64 | 0.72 | 0.64 |
| Hex | E5 | 61 | DD | 0 | 3A | 3 | A | 130 | 48 | 40 |
| Octal | 345 | 141 | 335 | 0 | 72 | 3 | 12 | 460 | 110 | 100 |
| Binary | 11100101 | 1100001 | 11011101 | 0 | 111010 | 11 | 1010 | 100110000 | 1001000 | 1000000 |
Color Harmonies of #E561DD
Complementary color
Monochromatic Colors of #E561DD
Black with #E561DD
Text Example
Text Example
White with #E561DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E561DD; }
p { color: rgb(229,97,221); }
H1.HeaderClassName
{
color: #E561DD;
}
.AnyTagClassName
{
color: #E561DD;
}
</style>
background-color css
<style>
a { background-color: #E561DD; }
a { background-color: rgb(229,97,221); }
div.DivClassName
{
background-color: #E561DD;
}
.BgClassName
{
background-color: #E561DD;
}
</style>
border-color css
<style>
span { border-color: #E561DD; }
span { border-color: rgb(229,97,221); }
td.TdClassName
{
border-color: #E561DD;
}
.TagClassName
{
border-color: #E561DD;
}
</style>