Html Css Color HEX #E940EF Free Speech Magenta
📋 copy color: '#E940EF'red 233 ◦ green 64 ◦ blue 239
Shades of Free Speech Magenta #E940EF
Tints of Free Speech Magenta #E940EF
RGB
CMYK
RGB Variations
Color information
#E940EF (or 0xE940EF) is known color: Free Speech Magenta. HEX triplet: E9, 40 and EF. RGB value is (233,64,239). Sum of RGB (Red+Green+Blue) = 233+64+239=536 (70% of max value = 765). Red value is 233 (91.41% from 255 or 43.47% from 536); Green value is 64 (25.39% from 255 or 11.94% from 536); Blue value is 239 (93.75% from 255 or 44.59% from 536); Max value from RGB is 239 - color contains mainly: blue. Hex color #E940EF is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #E940EF is #16BF10. Grayscale: #858585. Windows color (decimal): -1490705 or 15679721. OLE color: 15679721.
HSL color Cylindrical-coordinate representation of color #E940EF: hue angle of 297.94º degrees, saturation: 0.85, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #E940EF is Cyan = 0.03, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 233 | 64 | 239 | - |
| CMYK | 0.03 | 0.73 | 0 | 0.06 |
| HSL | 297.94º | 0.85% | 0.59% | - |
| HSV(B) | 297.94º | 0.73% | 0.94% | - |
| XYZ | 51.02 | 27.22 | 84.23 | - |
| YUV | 134.48 | 186.99 | 198.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 64 | 239 | 0.03 | 0.73 | 0 | 0.06 | 297.94 | 0.85 | 0.59 |
| Hex | E9 | 40 | EF | 3 | 49 | 0 | 6 | 12A | 55 | 3B |
| Octal | 351 | 100 | 357 | 3 | 111 | 0 | 6 | 452 | 125 | 73 |
| Binary | 11101001 | 1000000 | 11101111 | 11 | 1001001 | 0 | 110 | 100101010 | 1010101 | 111011 |
Color Harmonies of #E940EF
Complementary color
Monochromatic Colors of #E940EF
Black with #E940EF
Text Example
Text Example
White with #E940EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E940EF; }
p { color: rgb(233,64,239); }
H1.HeaderClassName
{
color: #E940EF;
}
.AnyTagClassName
{
color: #E940EF;
}
</style>
background-color css
<style>
a { background-color: #E940EF; }
a { background-color: rgb(233,64,239); }
div.DivClassName
{
background-color: #E940EF;
}
.BgClassName
{
background-color: #E940EF;
}
</style>
border-color css
<style>
span { border-color: #E940EF; }
span { border-color: rgb(233,64,239); }
td.TdClassName
{
border-color: #E940EF;
}
.TagClassName
{
border-color: #E940EF;
}
</style>