Html Css Color HEX #E359F1 Free Speech Magenta
📋 copy color: '#E359F1'red 227 ◦ green 89 ◦ blue 241
Shades of Free Speech Magenta #E359F1
Tints of Free Speech Magenta #E359F1
RGB
CMYK
RGB Variations
Color information
#E359F1 (or 0xE359F1) is known color: Free Speech Magenta. HEX triplet: E3, 59 and F1. RGB value is (227,89,241). Sum of RGB (Red+Green+Blue) = 227+89+241=557 (73% of max value = 765). Red value is 227 (89.06% from 255 or 40.75% from 557); Green value is 89 (35.16% from 255 or 15.98% from 557); Blue value is 241 (94.53% from 255 or 43.27% from 557); Max value from RGB is 241 - color contains mainly: blue. Hex color #E359F1 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E359F1 is #1CA60E. Grayscale: #939393. Windows color (decimal): -1877519 or 15817187. OLE color: 15817187.
HSL color Cylindrical-coordinate representation of color #E359F1: hue angle of 294.47º degrees, saturation: 0.84, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #E359F1 is Cyan = 0.06, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 227 | 89 | 241 | - |
| CMYK | 0.06 | 0.63 | 0 | 0.05 |
| HSL | 294.47º | 0.84% | 0.65% | - |
| HSV(B) | 294.47º | 0.63% | 0.95% | - |
| XYZ | 51.13 | 29.83 | 86.28 | - |
| YUV | 147.59 | 180.72 | 184.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 89 | 241 | 0.06 | 0.63 | 0 | 0.05 | 294.47 | 0.84 | 0.65 |
| Hex | E3 | 59 | F1 | 6 | 3F | 0 | 5 | 126 | 54 | 41 |
| Octal | 343 | 131 | 361 | 6 | 77 | 0 | 5 | 446 | 124 | 101 |
| Binary | 11100011 | 1011001 | 11110001 | 110 | 111111 | 0 | 101 | 100100110 | 1010100 | 1000001 |
Color Harmonies of #E359F1
Complementary color
Monochromatic Colors of #E359F1
Black with #E359F1
Text Example
Text Example
White with #E359F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E359F1; }
p { color: rgb(227,89,241); }
H1.HeaderClassName
{
color: #E359F1;
}
.AnyTagClassName
{
color: #E359F1;
}
</style>
background-color css
<style>
a { background-color: #E359F1; }
a { background-color: rgb(227,89,241); }
div.DivClassName
{
background-color: #E359F1;
}
.BgClassName
{
background-color: #E359F1;
}
</style>
border-color css
<style>
span { border-color: #E359F1; }
span { border-color: rgb(227,89,241); }
td.TdClassName
{
border-color: #E359F1;
}
.TagClassName
{
border-color: #E359F1;
}
</style>