Html Css Color HEX #E559E6 Free Speech Magenta
📋 copy color: '#E559E6'red 229 ◦ green 89 ◦ blue 230
Shades of Free Speech Magenta #E559E6
Tints of Free Speech Magenta #E559E6
RGB
CMYK
RGB Variations
Color information
#E559E6 (or 0xE559E6) is known color: Free Speech Magenta. HEX triplet: E5, 59 and E6. RGB value is (229,89,230). Sum of RGB (Red+Green+Blue) = 229+89+230=548 (72% of max value = 765). Red value is 229 (89.84% from 255 or 41.79% from 548); Green value is 89 (35.16% from 255 or 16.24% from 548); Blue value is 230 (90.23% from 255 or 41.97% from 548); Max value from RGB is 230 - color contains mainly: blue. Hex color #E559E6 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E559E6 is #1AA619. Grayscale: #929292. Windows color (decimal): -1746458 or 15096293. OLE color: 15096293.
HSL color Cylindrical-coordinate representation of color #E559E6: hue angle of 299.57º degrees, saturation: 0.74, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #E559E6 is Cyan = 0.00, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 89 | 230 | - |
| CMYK | 0.00 | 0.61 | 0 | 0.10 |
| HSL | 299.57º | 0.74% | 0.63% | - |
| HSV(B) | 299.57º | 0.61% | 0.9% | - |
| XYZ | 50.17 | 29.52 | 77.92 | - |
| YUV | 146.93 | 174.88 | 186.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 89 | 230 | 0.00 | 0.61 | 0 | 0.10 | 299.57 | 0.74 | 0.63 |
| Hex | E5 | 59 | E6 | 0 | 3D | 0 | A | 12C | 4A | 3F |
| Octal | 345 | 131 | 346 | 0 | 75 | 0 | 12 | 454 | 112 | 77 |
| Binary | 11100101 | 1011001 | 11100110 | 0 | 111101 | 0 | 1010 | 100101100 | 1001010 | 111111 |
Color Harmonies of #E559E6
Complementary color
Monochromatic Colors of #E559E6
Black with #E559E6
Text Example
Text Example
White with #E559E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E559E6; }
p { color: rgb(229,89,230); }
H1.HeaderClassName
{
color: #E559E6;
}
.AnyTagClassName
{
color: #E559E6;
}
</style>
background-color css
<style>
a { background-color: #E559E6; }
a { background-color: rgb(229,89,230); }
div.DivClassName
{
background-color: #E559E6;
}
.BgClassName
{
background-color: #E559E6;
}
</style>
border-color css
<style>
span { border-color: #E559E6; }
span { border-color: rgb(229,89,230); }
td.TdClassName
{
border-color: #E559E6;
}
.TagClassName
{
border-color: #E559E6;
}
</style>