Html Css Color HEX #E559C0 Free Speech Magenta
📋 copy color: '#E559C0'red 229 ◦ green 89 ◦ blue 192
Shades of Free Speech Magenta #E559C0
Tints of Free Speech Magenta #E559C0
RGB
CMYK
RGB Variations
Color information
#E559C0 (or 0xE559C0) is known color: Free Speech Magenta. HEX triplet: E5, 59 and C0. RGB value is (229,89,192). Sum of RGB (Red+Green+Blue) = 229+89+192=510 (67% of max value = 765). Red value is 229 (89.84% from 255 or 44.90% from 510); Green value is 89 (35.16% from 255 or 17.45% from 510); Blue value is 192 (75.39% from 255 or 37.65% from 510); Max value from RGB is 229 - color contains mainly: red. Hex color #E559C0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E559C0 is #1AA63F. Grayscale: #8E8E8E. Windows color (decimal): -1746496 or 12605925. OLE color: 12605925.
HSL color Cylindrical-coordinate representation of color #E559C0: hue angle of 315.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 #E559C0 is Cyan = 0, Magento = 0.61, Yellow = 0.16 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 89 | 192 | - |
| CMYK | 0 | 0.61 | 0.16 | 0.10 |
| HSL | 315.86º | 0.73% | 0.62% | - |
| HSV(B) | 315.86º | 0.61% | 0.9% | - |
| XYZ | 45.4 | 27.61 | 52.81 | - |
| YUV | 142.6 | 155.88 | 189.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 89 | 192 | 0 | 0.61 | 0.16 | 0.10 | 315.86 | 0.73 | 0.62 |
| Hex | E5 | 59 | C0 | 0 | 3D | 10 | A | 13C | 49 | 3E |
| Octal | 345 | 131 | 300 | 0 | 75 | 20 | 12 | 474 | 111 | 76 |
| Binary | 11100101 | 1011001 | 11000000 | 0 | 111101 | 10000 | 1010 | 100111100 | 1001001 | 111110 |
Color Harmonies of #E559C0
Complementary color
Monochromatic Colors of #E559C0
Black with #E559C0
Text Example
Text Example
White with #E559C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E559C0; }
p { color: rgb(229,89,192); }
H1.HeaderClassName
{
color: #E559C0;
}
.AnyTagClassName
{
color: #E559C0;
}
</style>
background-color css
<style>
a { background-color: #E559C0; }
a { background-color: rgb(229,89,192); }
div.DivClassName
{
background-color: #E559C0;
}
.BgClassName
{
background-color: #E559C0;
}
</style>
border-color css
<style>
span { border-color: #E559C0; }
span { border-color: rgb(229,89,192); }
td.TdClassName
{
border-color: #E559C0;
}
.TagClassName
{
border-color: #E559C0;
}
</style>