Html Css Color HEX #E940E8 Free Speech Magenta
📋 copy color: '#E940E8'red 233 ◦ green 64 ◦ blue 232
Shades of Free Speech Magenta #E940E8
Tints of Free Speech Magenta #E940E8
RGB
CMYK
RGB Variations
Color information
#E940E8 (or 0xE940E8) is known color: Free Speech Magenta. HEX triplet: E9, 40 and E8. RGB value is (233,64,232). Sum of RGB (Red+Green+Blue) = 233+64+232=529 (70% of max value = 765). Red value is 233 (91.41% from 255 or 44.05% from 529); Green value is 64 (25.39% from 255 or 12.10% from 529); Blue value is 232 (91.02% from 255 or 43.86% from 529); Max value from RGB is 233 - color contains mainly: red. Hex color #E940E8 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #E940E8 is #16BF17. Grayscale: #858585. Windows color (decimal): -1490712 or 15220969. OLE color: 15220969.
HSL color Cylindrical-coordinate representation of color #E940E8: hue angle of 300.36º 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 #E940E8 is Cyan = 0, Magento = 0.73, Yellow = 0.00 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 64 | 232 | - |
| CMYK | 0 | 0.73 | 0.00 | 0.09 |
| HSL | 300.36º | 0.79% | 0.58% | - |
| HSV(B) | 300.36º | 0.73% | 0.91% | - |
| XYZ | 50 | 26.82 | 78.88 | - |
| YUV | 133.68 | 183.49 | 198.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 64 | 232 | 0 | 0.73 | 0.00 | 0.09 | 300.36 | 0.79 | 0.58 |
| Hex | E9 | 40 | E8 | 0 | 49 | 0 | 9 | 12C | 4F | 3A |
| Octal | 351 | 100 | 350 | 0 | 111 | 0 | 11 | 454 | 117 | 72 |
| Binary | 11101001 | 1000000 | 11101000 | 0 | 1001001 | 0 | 1001 | 100101100 | 1001111 | 111010 |
Color Harmonies of #E940E8
Complementary color
Monochromatic Colors of #E940E8
Black with #E940E8
Text Example
Text Example
White with #E940E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E940E8; }
p { color: rgb(233,64,232); }
H1.HeaderClassName
{
color: #E940E8;
}
.AnyTagClassName
{
color: #E940E8;
}
</style>
background-color css
<style>
a { background-color: #E940E8; }
a { background-color: rgb(233,64,232); }
div.DivClassName
{
background-color: #E940E8;
}
.BgClassName
{
background-color: #E940E8;
}
</style>
border-color css
<style>
span { border-color: #E940E8; }
span { border-color: rgb(233,64,232); }
td.TdClassName
{
border-color: #E940E8;
}
.TagClassName
{
border-color: #E940E8;
}
</style>