Html Css Color HEX #E559C1 Free Speech Magenta
📋 copy color: '#E559C1'red 229 ◦ green 89 ◦ blue 193
Shades of Free Speech Magenta #E559C1
Tints of Free Speech Magenta #E559C1
RGB
CMYK
RGB Variations
Color information
#E559C1 (or 0xE559C1) is known color: Free Speech Magenta. HEX triplet: E5, 59 and C1. RGB value is (229,89,193). Sum of RGB (Red+Green+Blue) = 229+89+193=511 (67% of max value = 765). Red value is 229 (89.84% from 255 or 44.81% from 511); Green value is 89 (35.16% from 255 or 17.42% from 511); Blue value is 193 (75.78% from 255 or 37.77% from 511); Max value from RGB is 229 - color contains mainly: red. Hex color #E559C1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E559C1 is #1AA63E. Grayscale: #8E8E8E. Windows color (decimal): -1746495 or 12671461. OLE color: 12671461.
HSL color Cylindrical-coordinate representation of color #E559C1: hue angle of 315.43º 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 #E559C1 is Cyan = 0, Magento = 0.61, Yellow = 0.16 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 89 | 193 | - |
| CMYK | 0 | 0.61 | 0.16 | 0.10 |
| HSL | 315.43º | 0.73% | 0.62% | - |
| HSV(B) | 315.43º | 0.61% | 0.9% | - |
| XYZ | 45.51 | 27.65 | 53.39 | - |
| YUV | 142.72 | 156.38 | 189.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 89 | 193 | 0 | 0.61 | 0.16 | 0.10 | 315.43 | 0.73 | 0.62 |
| Hex | E5 | 59 | C1 | 0 | 3D | 10 | A | 13B | 49 | 3E |
| Octal | 345 | 131 | 301 | 0 | 75 | 20 | 12 | 473 | 111 | 76 |
| Binary | 11100101 | 1011001 | 11000001 | 0 | 111101 | 10000 | 1010 | 100111011 | 1001001 | 111110 |
Color Harmonies of #E559C1
Complementary color
Monochromatic Colors of #E559C1
Black with #E559C1
Text Example
Text Example
White with #E559C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E559C1; }
p { color: rgb(229,89,193); }
H1.HeaderClassName
{
color: #E559C1;
}
.AnyTagClassName
{
color: #E559C1;
}
</style>
background-color css
<style>
a { background-color: #E559C1; }
a { background-color: rgb(229,89,193); }
div.DivClassName
{
background-color: #E559C1;
}
.BgClassName
{
background-color: #E559C1;
}
</style>
border-color css
<style>
span { border-color: #E559C1; }
span { border-color: rgb(229,89,193); }
td.TdClassName
{
border-color: #E559C1;
}
.TagClassName
{
border-color: #E559C1;
}
</style>