Html Css Color HEX #E940D9 Free Speech Magenta
📋 copy color: '#E940D9'red 233 ◦ green 64 ◦ blue 217
Shades of Free Speech Magenta #E940D9
Tints of Free Speech Magenta #E940D9
RGB
CMYK
RGB Variations
Color information
#E940D9 (or 0xE940D9) is known color: Free Speech Magenta. HEX triplet: E9, 40 and D9. RGB value is (233,64,217). Sum of RGB (Red+Green+Blue) = 233+64+217=514 (68% of max value = 765). Red value is 233 (91.41% from 255 or 45.33% from 514); Green value is 64 (25.39% from 255 or 12.45% from 514); Blue value is 217 (85.16% from 255 or 42.22% from 514); Max value from RGB is 233 - color contains mainly: red. Hex color #E940D9 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E940D9 is #16BF26. Grayscale: #838383. Windows color (decimal): -1490727 or 14237929. OLE color: 14237929.
HSL color Cylindrical-coordinate representation of color #E940D9: hue angle of 305.68º 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 #E940D9 is Cyan = 0, Magento = 0.73, Yellow = 0.07 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 64 | 217 | - |
| CMYK | 0 | 0.73 | 0.07 | 0.09 |
| HSL | 305.68º | 0.79% | 0.58% | - |
| HSV(B) | 305.68º | 0.73% | 0.91% | - |
| XYZ | 47.96 | 26 | 68.14 | - |
| YUV | 131.97 | 175.99 | 200.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 64 | 217 | 0 | 0.73 | 0.07 | 0.09 | 305.68 | 0.79 | 0.58 |
| Hex | E9 | 40 | D9 | 0 | 49 | 7 | 9 | 132 | 4F | 3A |
| Octal | 351 | 100 | 331 | 0 | 111 | 7 | 11 | 462 | 117 | 72 |
| Binary | 11101001 | 1000000 | 11011001 | 0 | 1001001 | 111 | 1001 | 100110010 | 1001111 | 111010 |
Color Harmonies of #E940D9
Complementary color
Monochromatic Colors of #E940D9
Black with #E940D9
Text Example
Text Example
White with #E940D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E940D9; }
p { color: rgb(233,64,217); }
H1.HeaderClassName
{
color: #E940D9;
}
.AnyTagClassName
{
color: #E940D9;
}
</style>
background-color css
<style>
a { background-color: #E940D9; }
a { background-color: rgb(233,64,217); }
div.DivClassName
{
background-color: #E940D9;
}
.BgClassName
{
background-color: #E940D9;
}
</style>
border-color css
<style>
span { border-color: #E940D9; }
span { border-color: rgb(233,64,217); }
td.TdClassName
{
border-color: #E940D9;
}
.TagClassName
{
border-color: #E940D9;
}
</style>