Html Css Color HEX #E559C7 Free Speech Magenta
📋 copy color: '#E559C7'red 229 ◦ green 89 ◦ blue 199
Shades of Free Speech Magenta #E559C7
Tints of Free Speech Magenta #E559C7
RGB
CMYK
RGB Variations
Color information
#E559C7 (or 0xE559C7) is known color: Free Speech Magenta. HEX triplet: E5, 59 and C7. RGB value is (229,89,199). Sum of RGB (Red+Green+Blue) = 229+89+199=517 (68% of max value = 765). Red value is 229 (89.84% from 255 or 44.29% from 517); Green value is 89 (35.16% from 255 or 17.21% from 517); Blue value is 199 (78.12% from 255 or 38.49% from 517); Max value from RGB is 229 - color contains mainly: red. Hex color #E559C7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E559C7 is #1AA638. Grayscale: #8F8F8F. Windows color (decimal): -1746489 or 13064677. OLE color: 13064677.
HSL color Cylindrical-coordinate representation of color #E559C7: hue angle of 312.86º 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 #E559C7 is Cyan = 0, Magento = 0.61, Yellow = 0.13 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 89 | 199 | - |
| CMYK | 0 | 0.61 | 0.13 | 0.10 |
| HSL | 312.86º | 0.73% | 0.62% | - |
| HSV(B) | 312.86º | 0.61% | 0.9% | - |
| XYZ | 46.19 | 27.93 | 56.99 | - |
| YUV | 143.4 | 159.38 | 189.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 89 | 199 | 0 | 0.61 | 0.13 | 0.10 | 312.86 | 0.73 | 0.62 |
| Hex | E5 | 59 | C7 | 0 | 3D | D | A | 139 | 49 | 3E |
| Octal | 345 | 131 | 307 | 0 | 75 | 15 | 12 | 471 | 111 | 76 |
| Binary | 11100101 | 1011001 | 11000111 | 0 | 111101 | 1101 | 1010 | 100111001 | 1001001 | 111110 |
Color Harmonies of #E559C7
Complementary color
Monochromatic Colors of #E559C7
Black with #E559C7
Text Example
Text Example
White with #E559C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E559C7; }
p { color: rgb(229,89,199); }
H1.HeaderClassName
{
color: #E559C7;
}
.AnyTagClassName
{
color: #E559C7;
}
</style>
background-color css
<style>
a { background-color: #E559C7; }
a { background-color: rgb(229,89,199); }
div.DivClassName
{
background-color: #E559C7;
}
.BgClassName
{
background-color: #E559C7;
}
</style>
border-color css
<style>
span { border-color: #E559C7; }
span { border-color: rgb(229,89,199); }
td.TdClassName
{
border-color: #E559C7;
}
.TagClassName
{
border-color: #E559C7;
}
</style>