Html Css Color HEX #E259F0 Free Speech Magenta
📋 copy color: '#E259F0'red 226 ◦ green 89 ◦ blue 240
Shades of Free Speech Magenta #E259F0
Tints of Free Speech Magenta #E259F0
RGB
CMYK
RGB Variations
Color information
#E259F0 (or 0xE259F0) is known color: Free Speech Magenta. HEX triplet: E2, 59 and F0. RGB value is (226,89,240). Sum of RGB (Red+Green+Blue) = 226+89+240=555 (73% of max value = 765). Red value is 226 (88.67% from 255 or 40.72% from 555); Green value is 89 (35.16% from 255 or 16.04% from 555); Blue value is 240 (94.14% from 255 or 43.24% from 555); Max value from RGB is 240 - color contains mainly: blue. Hex color #E259F0 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E259F0 is #1DA60F. Grayscale: #929292. Windows color (decimal): -1943056 or 15751650. OLE color: 15751650.
HSL color Cylindrical-coordinate representation of color #E259F0: hue angle of 294.44º 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 #E259F0 is Cyan = 0.06, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 226 | 89 | 240 | - |
| CMYK | 0.06 | 0.63 | 0 | 0.06 |
| HSL | 294.44º | 0.83% | 0.65% | - |
| HSV(B) | 294.44º | 0.63% | 0.94% | - |
| XYZ | 50.66 | 29.6 | 85.48 | - |
| YUV | 147.18 | 180.39 | 184.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 89 | 240 | 0.06 | 0.63 | 0 | 0.06 | 294.44 | 0.83 | 0.65 |
| Hex | E2 | 59 | F0 | 6 | 3F | 0 | 6 | 126 | 53 | 41 |
| Octal | 342 | 131 | 360 | 6 | 77 | 0 | 6 | 446 | 123 | 101 |
| Binary | 11100010 | 1011001 | 11110000 | 110 | 111111 | 0 | 110 | 100100110 | 1010011 | 1000001 |
Color Harmonies of #E259F0
Complementary color
Monochromatic Colors of #E259F0
Black with #E259F0
Text Example
Text Example
White with #E259F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E259F0; }
p { color: rgb(226,89,240); }
H1.HeaderClassName
{
color: #E259F0;
}
.AnyTagClassName
{
color: #E259F0;
}
</style>
background-color css
<style>
a { background-color: #E259F0; }
a { background-color: rgb(226,89,240); }
div.DivClassName
{
background-color: #E259F0;
}
.BgClassName
{
background-color: #E259F0;
}
</style>
border-color css
<style>
span { border-color: #E259F0; }
span { border-color: rgb(226,89,240); }
td.TdClassName
{
border-color: #E259F0;
}
.TagClassName
{
border-color: #E259F0;
}
</style>