Html Css Color HEX #E940E9 Free Speech Magenta
📋 copy color: '#E940E9'red 233 ◦ green 64 ◦ blue 233
Shades of Free Speech Magenta #E940E9
Tints of Free Speech Magenta #E940E9
RGB
CMYK
RGB Variations
Color information
#E940E9 (or 0xE940E9) is known color: Free Speech Magenta. HEX triplet: E9, 40 and E9. RGB value is (233,64,233). Sum of RGB (Red+Green+Blue) = 233+64+233=530 (70% of max value = 765). Red value is 233 (91.41% from 255 or 43.96% from 530); Green value is 64 (25.39% from 255 or 12.08% from 530); Blue value is 233 (91.41% from 255 or 43.96% from 530); Max value from RGB is 233 - color contains mainly: red, blue. Hex color #E940E9 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #E940E9 is #16BF16. Grayscale: #858585. Windows color (decimal): -1490711 or 15286505. OLE color: 15286505.
HSL color Cylindrical-coordinate representation of color #E940E9: hue angle of 300º degrees, saturation: 0.79, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #E940E9 is Cyan = 0, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 64 | 233 | - |
| CMYK | 0 | 0.73 | 0 | 0.09 |
| HSL | 300º | 0.79% | 0.58% | - |
| HSV(B) | 300º | 0.73% | 0.91% | - |
| XYZ | 50.15 | 26.87 | 79.63 | - |
| YUV | 133.8 | 183.99 | 198.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 64 | 233 | 0 | 0.73 | 0 | 0.09 | 300 | 0.79 | 0.58 |
| Hex | E9 | 40 | E9 | 0 | 49 | 0 | 9 | 12C | 4F | 3A |
| Octal | 351 | 100 | 351 | 0 | 111 | 0 | 11 | 454 | 117 | 72 |
| Binary | 11101001 | 1000000 | 11101001 | 0 | 1001001 | 0 | 1001 | 100101100 | 1001111 | 111010 |
Color Harmonies of #E940E9
Complementary color
Monochromatic Colors of #E940E9
Black with #E940E9
Text Example
Text Example
White with #E940E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E940E9; }
p { color: rgb(233,64,233); }
H1.HeaderClassName
{
color: #E940E9;
}
.AnyTagClassName
{
color: #E940E9;
}
</style>
background-color css
<style>
a { background-color: #E940E9; }
a { background-color: rgb(233,64,233); }
div.DivClassName
{
background-color: #E940E9;
}
.BgClassName
{
background-color: #E940E9;
}
</style>
border-color css
<style>
span { border-color: #E940E9; }
span { border-color: rgb(233,64,233); }
td.TdClassName
{
border-color: #E940E9;
}
.TagClassName
{
border-color: #E940E9;
}
</style>