Html Css Color HEX #E940DD Free Speech Magenta
📋 copy color: '#E940DD'red 233 ◦ green 64 ◦ blue 221
Shades of Free Speech Magenta #E940DD
Tints of Free Speech Magenta #E940DD
RGB
CMYK
RGB Variations
Color information
#E940DD (or 0xE940DD) is known color: Free Speech Magenta. HEX triplet: E9, 40 and DD. RGB value is (233,64,221). Sum of RGB (Red+Green+Blue) = 233+64+221=518 (68% of max value = 765). Red value is 233 (91.41% from 255 or 44.98% from 518); Green value is 64 (25.39% from 255 or 12.36% from 518); Blue value is 221 (86.72% from 255 or 42.66% from 518); Max value from RGB is 233 - color contains mainly: red. Hex color #E940DD is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E940DD is #16BF22. Grayscale: #838383. Windows color (decimal): -1490723 or 14500073. OLE color: 14500073.
HSL color Cylindrical-coordinate representation of color #E940DD: hue angle of 304.26º 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 #E940DD is Cyan = 0, Magento = 0.73, Yellow = 0.05 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 64 | 221 | - |
| CMYK | 0 | 0.73 | 0.05 | 0.09 |
| HSL | 304.26º | 0.79% | 0.58% | - |
| HSV(B) | 304.26º | 0.73% | 0.91% | - |
| XYZ | 48.49 | 26.21 | 70.91 | - |
| YUV | 132.43 | 177.99 | 199.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 64 | 221 | 0 | 0.73 | 0.05 | 0.09 | 304.26 | 0.79 | 0.58 |
| Hex | E9 | 40 | DD | 0 | 49 | 5 | 9 | 130 | 4F | 3A |
| Octal | 351 | 100 | 335 | 0 | 111 | 5 | 11 | 460 | 117 | 72 |
| Binary | 11101001 | 1000000 | 11011101 | 0 | 1001001 | 101 | 1001 | 100110000 | 1001111 | 111010 |
Color Harmonies of #E940DD
Complementary color
Monochromatic Colors of #E940DD
Black with #E940DD
Text Example
Text Example
White with #E940DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E940DD; }
p { color: rgb(233,64,221); }
H1.HeaderClassName
{
color: #E940DD;
}
.AnyTagClassName
{
color: #E940DD;
}
</style>
background-color css
<style>
a { background-color: #E940DD; }
a { background-color: rgb(233,64,221); }
div.DivClassName
{
background-color: #E940DD;
}
.BgClassName
{
background-color: #E940DD;
}
</style>
border-color css
<style>
span { border-color: #E940DD; }
span { border-color: rgb(233,64,221); }
td.TdClassName
{
border-color: #E940DD;
}
.TagClassName
{
border-color: #E940DD;
}
</style>