Html Css Color HEX #E941F0 Free Speech Magenta
📋 copy color: '#E941F0'red 233 ◦ green 65 ◦ blue 240
Shades of Free Speech Magenta #E941F0
Tints of Free Speech Magenta #E941F0
RGB
CMYK
RGB Variations
Color information
#E941F0 (or 0xE941F0) is known color: Free Speech Magenta. HEX triplet: E9, 41 and F0. RGB value is (233,65,240). Sum of RGB (Red+Green+Blue) = 233+65+240=538 (71% of max value = 765). Red value is 233 (91.41% from 255 or 43.31% from 538); Green value is 65 (25.78% from 255 or 12.08% from 538); Blue value is 240 (94.14% from 255 or 44.61% from 538); Max value from RGB is 240 - color contains mainly: blue. Hex color #E941F0 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #E941F0 is #16BE0F. Grayscale: #868686. Windows color (decimal): -1490448 or 15745513. OLE color: 15745513.
HSL color Cylindrical-coordinate representation of color #E941F0: hue angle of 297.6º degrees, saturation: 0.85, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #E941F0 is Cyan = 0.03, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 233 | 65 | 240 | - |
| CMYK | 0.03 | 0.73 | 0 | 0.06 |
| HSL | 297.6º | 0.85% | 0.6% | - |
| HSV(B) | 297.6º | 0.73% | 0.94% | - |
| XYZ | 51.22 | 27.4 | 85.03 | - |
| YUV | 135.18 | 187.16 | 197.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 65 | 240 | 0.03 | 0.73 | 0 | 0.06 | 297.6 | 0.85 | 0.6 |
| Hex | E9 | 41 | F0 | 3 | 49 | 0 | 6 | 12A | 55 | 3C |
| Octal | 351 | 101 | 360 | 3 | 111 | 0 | 6 | 452 | 125 | 74 |
| Binary | 11101001 | 1000001 | 11110000 | 11 | 1001001 | 0 | 110 | 100101010 | 1010101 | 111100 |
Color Harmonies of #E941F0
Complementary color
Monochromatic Colors of #E941F0
Black with #E941F0
Text Example
Text Example
White with #E941F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E941F0; }
p { color: rgb(233,65,240); }
H1.HeaderClassName
{
color: #E941F0;
}
.AnyTagClassName
{
color: #E941F0;
}
</style>
background-color css
<style>
a { background-color: #E941F0; }
a { background-color: rgb(233,65,240); }
div.DivClassName
{
background-color: #E941F0;
}
.BgClassName
{
background-color: #E941F0;
}
</style>
border-color css
<style>
span { border-color: #E941F0; }
span { border-color: rgb(233,65,240); }
td.TdClassName
{
border-color: #E941F0;
}
.TagClassName
{
border-color: #E941F0;
}
</style>