Html Css Color HEX #E159F0 Free Speech Magenta
📋 copy color: '#E159F0'red 225 ◦ green 89 ◦ blue 240
Shades of Free Speech Magenta #E159F0
Tints of Free Speech Magenta #E159F0
RGB
CMYK
RGB Variations
Color information
#E159F0 (or 0xE159F0) is known color: Free Speech Magenta. HEX triplet: E1, 59 and F0. RGB value is (225,89,240). Sum of RGB (Red+Green+Blue) = 225+89+240=554 (73% of max value = 765). Red value is 225 (88.28% from 255 or 40.61% from 554); Green value is 89 (35.16% from 255 or 16.06% from 554); Blue value is 240 (94.14% from 255 or 43.32% from 554); Max value from RGB is 240 - color contains mainly: blue. Hex color #E159F0 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E159F0 is #1EA60F. Grayscale: #929292. Windows color (decimal): -2008592 or 15751649. OLE color: 15751649.
HSL color Cylindrical-coordinate representation of color #E159F0: hue angle of 294.04º degrees, saturation: 0.83, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #E159F0 is Cyan = 0.06, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 225 | 89 | 240 | - |
| CMYK | 0.06 | 0.63 | 0 | 0.06 |
| HSL | 294.04º | 0.83% | 0.65% | - |
| HSV(B) | 294.04º | 0.63% | 0.94% | - |
| XYZ | 50.35 | 29.44 | 85.47 | - |
| YUV | 146.88 | 180.56 | 183.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 89 | 240 | 0.06 | 0.63 | 0 | 0.06 | 294.04 | 0.83 | 0.65 |
| Hex | E1 | 59 | F0 | 6 | 3F | 0 | 6 | 126 | 53 | 41 |
| Octal | 341 | 131 | 360 | 6 | 77 | 0 | 6 | 446 | 123 | 101 |
| Binary | 11100001 | 1011001 | 11110000 | 110 | 111111 | 0 | 110 | 100100110 | 1010011 | 1000001 |
Color Harmonies of #E159F0
Complementary color
Monochromatic Colors of #E159F0
Black with #E159F0
Text Example
Text Example
White with #E159F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E159F0; }
p { color: rgb(225,89,240); }
H1.HeaderClassName
{
color: #E159F0;
}
.AnyTagClassName
{
color: #E159F0;
}
</style>
background-color css
<style>
a { background-color: #E159F0; }
a { background-color: rgb(225,89,240); }
div.DivClassName
{
background-color: #E159F0;
}
.BgClassName
{
background-color: #E159F0;
}
</style>
border-color css
<style>
span { border-color: #E159F0; }
span { border-color: rgb(225,89,240); }
td.TdClassName
{
border-color: #E159F0;
}
.TagClassName
{
border-color: #E159F0;
}
</style>