Html Css Color HEX #E563DD Free Speech Magenta
📋 copy color: '#E563DD'red 229 ◦ green 99 ◦ blue 221
Shades of Free Speech Magenta #E563DD
Tints of Free Speech Magenta #E563DD
RGB
CMYK
RGB Variations
Color information
#E563DD (or 0xE563DD) is known color: Free Speech Magenta. HEX triplet: E5, 63 and DD. RGB value is (229,99,221). Sum of RGB (Red+Green+Blue) = 229+99+221=549 (72% of max value = 765). Red value is 229 (89.84% from 255 or 41.71% from 549); Green value is 99 (39.06% from 255 or 18.03% from 549); Blue value is 221 (86.72% from 255 or 40.26% from 549); Max value from RGB is 229 - color contains mainly: red. Hex color #E563DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E563DD is #1A9C22. Grayscale: #979797. Windows color (decimal): -1743907 or 14509029. OLE color: 14509029.
HSL color Cylindrical-coordinate representation of color #E563DD: hue angle of 303.69º degrees, saturation: 0.71, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #E563DD is Cyan = 0, Magento = 0.57, Yellow = 0.03 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 99 | 221 | - |
| CMYK | 0 | 0.57 | 0.03 | 0.10 |
| HSL | 303.69º | 0.71% | 0.64% | - |
| HSV(B) | 303.69º | 0.57% | 0.9% | - |
| XYZ | 49.83 | 30.8 | 71.73 | - |
| YUV | 151.78 | 167.07 | 183.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 99 | 221 | 0 | 0.57 | 0.03 | 0.10 | 303.69 | 0.71 | 0.64 |
| Hex | E5 | 63 | DD | 0 | 39 | 3 | A | 130 | 47 | 40 |
| Octal | 345 | 143 | 335 | 0 | 71 | 3 | 12 | 460 | 107 | 100 |
| Binary | 11100101 | 1100011 | 11011101 | 0 | 111001 | 11 | 1010 | 100110000 | 1000111 | 1000000 |
Color Harmonies of #E563DD
Complementary color
Monochromatic Colors of #E563DD
Black with #E563DD
Text Example
Text Example
White with #E563DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E563DD; }
p { color: rgb(229,99,221); }
H1.HeaderClassName
{
color: #E563DD;
}
.AnyTagClassName
{
color: #E563DD;
}
</style>
background-color css
<style>
a { background-color: #E563DD; }
a { background-color: rgb(229,99,221); }
div.DivClassName
{
background-color: #E563DD;
}
.BgClassName
{
background-color: #E563DD;
}
</style>
border-color css
<style>
span { border-color: #E563DD; }
span { border-color: rgb(229,99,221); }
td.TdClassName
{
border-color: #E563DD;
}
.TagClassName
{
border-color: #E563DD;
}
</style>