Html Css Color HEX #E944DD Free Speech Magenta
📋 copy color: '#E944DD'red 233 ◦ green 68 ◦ blue 221
Shades of Free Speech Magenta #E944DD
Tints of Free Speech Magenta #E944DD
RGB
CMYK
RGB Variations
Color information
#E944DD (or 0xE944DD) is known color: Free Speech Magenta. HEX triplet: E9, 44 and DD. RGB value is (233,68,221). Sum of RGB (Red+Green+Blue) = 233+68+221=522 (69% of max value = 765). Red value is 233 (91.41% from 255 or 44.64% from 522); Green value is 68 (26.95% from 255 or 13.03% from 522); Blue value is 221 (86.72% from 255 or 42.34% from 522); Max value from RGB is 233 - color contains mainly: red. Hex color #E944DD is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E944DD is #16BB22. Grayscale: #868686. Windows color (decimal): -1489699 or 14501097. OLE color: 14501097.
HSL color Cylindrical-coordinate representation of color #E944DD: hue angle of 304.36º degrees, saturation: 0.79, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #E944DD is Cyan = 0, Magento = 0.71, Yellow = 0.05 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 68 | 221 | - |
| CMYK | 0 | 0.71 | 0.05 | 0.09 |
| HSL | 304.36º | 0.79% | 0.59% | - |
| HSV(B) | 304.36º | 0.71% | 0.91% | - |
| XYZ | 48.72 | 26.68 | 70.99 | - |
| YUV | 134.78 | 176.66 | 198.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 68 | 221 | 0 | 0.71 | 0.05 | 0.09 | 304.36 | 0.79 | 0.59 |
| Hex | E9 | 44 | DD | 0 | 47 | 5 | 9 | 130 | 4F | 3B |
| Octal | 351 | 104 | 335 | 0 | 107 | 5 | 11 | 460 | 117 | 73 |
| Binary | 11101001 | 1000100 | 11011101 | 0 | 1000111 | 101 | 1001 | 100110000 | 1001111 | 111011 |
Color Harmonies of #E944DD
Complementary color
Monochromatic Colors of #E944DD
Black with #E944DD
Text Example
Text Example
White with #E944DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E944DD; }
p { color: rgb(233,68,221); }
H1.HeaderClassName
{
color: #E944DD;
}
.AnyTagClassName
{
color: #E944DD;
}
</style>
background-color css
<style>
a { background-color: #E944DD; }
a { background-color: rgb(233,68,221); }
div.DivClassName
{
background-color: #E944DD;
}
.BgClassName
{
background-color: #E944DD;
}
</style>
border-color css
<style>
span { border-color: #E944DD; }
span { border-color: rgb(233,68,221); }
td.TdClassName
{
border-color: #E944DD;
}
.TagClassName
{
border-color: #E944DD;
}
</style>