Html Css Color HEX #E940DF Free Speech Magenta
📋 copy color: '#E940DF'red 233 ◦ green 64 ◦ blue 223
Shades of Free Speech Magenta #E940DF
Tints of Free Speech Magenta #E940DF
RGB
CMYK
RGB Variations
Color information
#E940DF (or 0xE940DF) is known color: Free Speech Magenta. HEX triplet: E9, 40 and DF. RGB value is (233,64,223). Sum of RGB (Red+Green+Blue) = 233+64+223=520 (68% of max value = 765). Red value is 233 (91.41% from 255 or 44.81% from 520); Green value is 64 (25.39% from 255 or 12.31% from 520); Blue value is 223 (87.5% from 255 or 42.88% from 520); Max value from RGB is 233 - color contains mainly: red. Hex color #E940DF is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E940DF is #16BF20. Grayscale: #848484. Windows color (decimal): -1490721 or 14631145. OLE color: 14631145.
HSL color Cylindrical-coordinate representation of color #E940DF: hue angle of 303.55º 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 #E940DF is Cyan = 0, Magento = 0.73, Yellow = 0.04 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 64 | 223 | - |
| CMYK | 0 | 0.73 | 0.04 | 0.09 |
| HSL | 303.55º | 0.79% | 0.58% | - |
| HSV(B) | 303.55º | 0.73% | 0.91% | - |
| XYZ | 48.76 | 26.32 | 72.32 | - |
| YUV | 132.66 | 178.99 | 199.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 64 | 223 | 0 | 0.73 | 0.04 | 0.09 | 303.55 | 0.79 | 0.58 |
| Hex | E9 | 40 | DF | 0 | 49 | 4 | 9 | 130 | 4F | 3A |
| Octal | 351 | 100 | 337 | 0 | 111 | 4 | 11 | 460 | 117 | 72 |
| Binary | 11101001 | 1000000 | 11011111 | 0 | 1001001 | 100 | 1001 | 100110000 | 1001111 | 111010 |
Color Harmonies of #E940DF
Complementary color
Monochromatic Colors of #E940DF
Black with #E940DF
Text Example
Text Example
White with #E940DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E940DF; }
p { color: rgb(233,64,223); }
H1.HeaderClassName
{
color: #E940DF;
}
.AnyTagClassName
{
color: #E940DF;
}
</style>
background-color css
<style>
a { background-color: #E940DF; }
a { background-color: rgb(233,64,223); }
div.DivClassName
{
background-color: #E940DF;
}
.BgClassName
{
background-color: #E940DF;
}
</style>
border-color css
<style>
span { border-color: #E940DF; }
span { border-color: rgb(233,64,223); }
td.TdClassName
{
border-color: #E940DF;
}
.TagClassName
{
border-color: #E940DF;
}
</style>