Html Css Color HEX #E941DD Free Speech Magenta
📋 copy color: '#E941DD'red 233 ◦ green 65 ◦ blue 221
Shades of Free Speech Magenta #E941DD
Tints of Free Speech Magenta #E941DD
RGB
CMYK
RGB Variations
Color information
#E941DD (or 0xE941DD) is known color: Free Speech Magenta. HEX triplet: E9, 41 and DD. RGB value is (233,65,221). Sum of RGB (Red+Green+Blue) = 233+65+221=519 (68% of max value = 765). Red value is 233 (91.41% from 255 or 44.89% from 519); Green value is 65 (25.78% from 255 or 12.52% from 519); Blue value is 221 (86.72% from 255 or 42.58% from 519); Max value from RGB is 233 - color contains mainly: red. Hex color #E941DD is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E941DD is #16BE22. Grayscale: #848484. Windows color (decimal): -1490467 or 14500329. OLE color: 14500329.
HSL color Cylindrical-coordinate representation of color #E941DD: hue angle of 304.29º degrees, saturation: 0.79, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #E941DD is Cyan = 0, Magento = 0.72, Yellow = 0.05 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 65 | 221 | - |
| CMYK | 0 | 0.72 | 0.05 | 0.09 |
| HSL | 304.29º | 0.79% | 0.58% | - |
| HSV(B) | 304.29º | 0.72% | 0.91% | - |
| XYZ | 48.55 | 26.32 | 70.93 | - |
| YUV | 133.02 | 177.66 | 199.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 65 | 221 | 0 | 0.72 | 0.05 | 0.09 | 304.29 | 0.79 | 0.58 |
| Hex | E9 | 41 | DD | 0 | 48 | 5 | 9 | 130 | 4F | 3A |
| Octal | 351 | 101 | 335 | 0 | 110 | 5 | 11 | 460 | 117 | 72 |
| Binary | 11101001 | 1000001 | 11011101 | 0 | 1001000 | 101 | 1001 | 100110000 | 1001111 | 111010 |
Color Harmonies of #E941DD
Complementary color
Monochromatic Colors of #E941DD
Black with #E941DD
Text Example
Text Example
White with #E941DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E941DD; }
p { color: rgb(233,65,221); }
H1.HeaderClassName
{
color: #E941DD;
}
.AnyTagClassName
{
color: #E941DD;
}
</style>
background-color css
<style>
a { background-color: #E941DD; }
a { background-color: rgb(233,65,221); }
div.DivClassName
{
background-color: #E941DD;
}
.BgClassName
{
background-color: #E941DD;
}
</style>
border-color css
<style>
span { border-color: #E941DD; }
span { border-color: rgb(233,65,221); }
td.TdClassName
{
border-color: #E941DD;
}
.TagClassName
{
border-color: #E941DD;
}
</style>