Html Css Color HEX #E556DD Free Speech Magenta
📋 copy color: '#E556DD'red 229 ◦ green 86 ◦ blue 221
Shades of Free Speech Magenta #E556DD
Tints of Free Speech Magenta #E556DD
RGB
CMYK
RGB Variations
Color information
#E556DD (or 0xE556DD) is known color: Free Speech Magenta. HEX triplet: E5, 56 and DD. RGB value is (229,86,221). Sum of RGB (Red+Green+Blue) = 229+86+221=536 (70% of max value = 765). Red value is 229 (89.84% from 255 or 42.72% from 536); Green value is 86 (33.98% from 255 or 16.04% from 536); Blue value is 221 (86.72% from 255 or 41.23% from 536); Max value from RGB is 229 - color contains mainly: red. Hex color #E556DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E556DD is #1AA922. Grayscale: #8F8F8F. Windows color (decimal): -1747235 or 14505701. OLE color: 14505701.
HSL color Cylindrical-coordinate representation of color #E556DD: hue angle of 303.36º degrees, saturation: 0.73, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #E556DD is Cyan = 0, Magento = 0.62, Yellow = 0.03 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 86 | 221 | - |
| CMYK | 0 | 0.62 | 0.03 | 0.10 |
| HSL | 303.36º | 0.73% | 0.62% | - |
| HSV(B) | 303.36º | 0.62% | 0.9% | - |
| XYZ | 48.69 | 28.53 | 71.35 | - |
| YUV | 144.15 | 171.38 | 188.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 86 | 221 | 0 | 0.62 | 0.03 | 0.10 | 303.36 | 0.73 | 0.62 |
| Hex | E5 | 56 | DD | 0 | 3E | 3 | A | 12F | 49 | 3E |
| Octal | 345 | 126 | 335 | 0 | 76 | 3 | 12 | 457 | 111 | 76 |
| Binary | 11100101 | 1010110 | 11011101 | 0 | 111110 | 11 | 1010 | 100101111 | 1001001 | 111110 |
Color Harmonies of #E556DD
Complementary color
Monochromatic Colors of #E556DD
Black with #E556DD
Text Example
Text Example
White with #E556DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E556DD; }
p { color: rgb(229,86,221); }
H1.HeaderClassName
{
color: #E556DD;
}
.AnyTagClassName
{
color: #E556DD;
}
</style>
background-color css
<style>
a { background-color: #E556DD; }
a { background-color: rgb(229,86,221); }
div.DivClassName
{
background-color: #E556DD;
}
.BgClassName
{
background-color: #E556DD;
}
</style>
border-color css
<style>
span { border-color: #E556DD; }
span { border-color: rgb(229,86,221); }
td.TdClassName
{
border-color: #E556DD;
}
.TagClassName
{
border-color: #E556DD;
}
</style>