Html Css Color HEX #E359F0 Free Speech Magenta
📋 copy color: '#E359F0'red 227 ◦ green 89 ◦ blue 240
Shades of Free Speech Magenta #E359F0
Tints of Free Speech Magenta #E359F0
RGB
CMYK
RGB Variations
Color information
#E359F0 (or 0xE359F0) is known color: Free Speech Magenta. HEX triplet: E3, 59 and F0. RGB value is (227,89,240). Sum of RGB (Red+Green+Blue) = 227+89+240=556 (73% of max value = 765). Red value is 227 (89.06% from 255 or 40.83% from 556); Green value is 89 (35.16% from 255 or 16.01% from 556); Blue value is 240 (94.14% from 255 or 43.17% from 556); Max value from RGB is 240 - color contains mainly: blue. Hex color #E359F0 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E359F0 is #1CA60F. Grayscale: #939393. Windows color (decimal): -1877520 or 15751651. OLE color: 15751651.
HSL color Cylindrical-coordinate representation of color #E359F0: hue angle of 294.83º 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 #E359F0 is Cyan = 0.05, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 227 | 89 | 240 | - |
| CMYK | 0.05 | 0.63 | 0 | 0.06 |
| HSL | 294.83º | 0.83% | 0.65% | - |
| HSV(B) | 294.83º | 0.63% | 0.94% | - |
| XYZ | 50.98 | 29.77 | 85.5 | - |
| YUV | 147.48 | 180.22 | 184.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 89 | 240 | 0.05 | 0.63 | 0 | 0.06 | 294.83 | 0.83 | 0.65 |
| Hex | E3 | 59 | F0 | 5 | 3F | 0 | 6 | 127 | 53 | 41 |
| Octal | 343 | 131 | 360 | 5 | 77 | 0 | 6 | 447 | 123 | 101 |
| Binary | 11100011 | 1011001 | 11110000 | 101 | 111111 | 0 | 110 | 100100111 | 1010011 | 1000001 |
Color Harmonies of #E359F0
Complementary color
Monochromatic Colors of #E359F0
Black with #E359F0
Text Example
Text Example
White with #E359F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E359F0; }
p { color: rgb(227,89,240); }
H1.HeaderClassName
{
color: #E359F0;
}
.AnyTagClassName
{
color: #E359F0;
}
</style>
background-color css
<style>
a { background-color: #E359F0; }
a { background-color: rgb(227,89,240); }
div.DivClassName
{
background-color: #E359F0;
}
.BgClassName
{
background-color: #E359F0;
}
</style>
border-color css
<style>
span { border-color: #E359F0; }
span { border-color: rgb(227,89,240); }
td.TdClassName
{
border-color: #E359F0;
}
.TagClassName
{
border-color: #E359F0;
}
</style>