Html Css Color HEX #E940E3 Free Speech Magenta
📋 copy color: '#E940E3'red 233 ◦ green 64 ◦ blue 227
Shades of Free Speech Magenta #E940E3
Tints of Free Speech Magenta #E940E3
RGB
CMYK
RGB Variations
Color information
#E940E3 (or 0xE940E3) is known color: Free Speech Magenta. HEX triplet: E9, 40 and E3. RGB value is (233,64,227). Sum of RGB (Red+Green+Blue) = 233+64+227=524 (69% of max value = 765). Red value is 233 (91.41% from 255 or 44.47% from 524); Green value is 64 (25.39% from 255 or 12.21% from 524); Blue value is 227 (89.06% from 255 or 43.32% from 524); Max value from RGB is 233 - color contains mainly: red. Hex color #E940E3 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E940E3 is #16BF1C. Grayscale: #848484. Windows color (decimal): -1490717 or 14893289. OLE color: 14893289.
HSL color Cylindrical-coordinate representation of color #E940E3: hue angle of 302.13º 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 #E940E3 is Cyan = 0, Magento = 0.73, Yellow = 0.03 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 64 | 227 | - |
| CMYK | 0 | 0.73 | 0.03 | 0.09 |
| HSL | 302.13º | 0.79% | 0.58% | - |
| HSV(B) | 302.13º | 0.73% | 0.91% | - |
| XYZ | 49.3 | 26.54 | 75.2 | - |
| YUV | 133.11 | 180.99 | 199.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 64 | 227 | 0 | 0.73 | 0.03 | 0.09 | 302.13 | 0.79 | 0.58 |
| Hex | E9 | 40 | E3 | 0 | 49 | 3 | 9 | 12E | 4F | 3A |
| Octal | 351 | 100 | 343 | 0 | 111 | 3 | 11 | 456 | 117 | 72 |
| Binary | 11101001 | 1000000 | 11100011 | 0 | 1001001 | 11 | 1001 | 100101110 | 1001111 | 111010 |
Color Harmonies of #E940E3
Complementary color
Monochromatic Colors of #E940E3
Black with #E940E3
Text Example
Text Example
White with #E940E3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E940E3; }
p { color: rgb(233,64,227); }
H1.HeaderClassName
{
color: #E940E3;
}
.AnyTagClassName
{
color: #E940E3;
}
</style>
background-color css
<style>
a { background-color: #E940E3; }
a { background-color: rgb(233,64,227); }
div.DivClassName
{
background-color: #E940E3;
}
.BgClassName
{
background-color: #E940E3;
}
</style>
border-color css
<style>
span { border-color: #E940E3; }
span { border-color: rgb(233,64,227); }
td.TdClassName
{
border-color: #E940E3;
}
.TagClassName
{
border-color: #E940E3;
}
</style>