Html Css Color HEX #E942DD Free Speech Magenta
📋 copy color: '#E942DD'red 233 ◦ green 66 ◦ blue 221
Shades of Free Speech Magenta #E942DD
Tints of Free Speech Magenta #E942DD
RGB
CMYK
RGB Variations
Color information
#E942DD (or 0xE942DD) is known color: Free Speech Magenta. HEX triplet: E9, 42 and DD. RGB value is (233,66,221). Sum of RGB (Red+Green+Blue) = 233+66+221=520 (68% of max value = 765). Red value is 233 (91.41% from 255 or 44.81% from 520); Green value is 66 (26.17% from 255 or 12.69% from 520); Blue value is 221 (86.72% from 255 or 42.5% from 520); Max value from RGB is 233 - color contains mainly: red. Hex color #E942DD is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E942DD is #16BD22. Grayscale: #858585. Windows color (decimal): -1490211 or 14500585. OLE color: 14500585.
HSL color Cylindrical-coordinate representation of color #E942DD: hue angle of 304.31º degrees, saturation: 0.79, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #E942DD is Cyan = 0, Magento = 0.72, Yellow = 0.05 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 66 | 221 | - |
| CMYK | 0 | 0.72 | 0.05 | 0.09 |
| HSL | 304.31º | 0.79% | 0.59% | - |
| HSV(B) | 304.31º | 0.72% | 0.91% | - |
| XYZ | 48.6 | 26.44 | 70.95 | - |
| YUV | 133.6 | 177.33 | 198.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 66 | 221 | 0 | 0.72 | 0.05 | 0.09 | 304.31 | 0.79 | 0.59 |
| Hex | E9 | 42 | DD | 0 | 48 | 5 | 9 | 130 | 4F | 3B |
| Octal | 351 | 102 | 335 | 0 | 110 | 5 | 11 | 460 | 117 | 73 |
| Binary | 11101001 | 1000010 | 11011101 | 0 | 1001000 | 101 | 1001 | 100110000 | 1001111 | 111011 |
Color Harmonies of #E942DD
Complementary color
Monochromatic Colors of #E942DD
Black with #E942DD
Text Example
Text Example
White with #E942DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E942DD; }
p { color: rgb(233,66,221); }
H1.HeaderClassName
{
color: #E942DD;
}
.AnyTagClassName
{
color: #E942DD;
}
</style>
background-color css
<style>
a { background-color: #E942DD; }
a { background-color: rgb(233,66,221); }
div.DivClassName
{
background-color: #E942DD;
}
.BgClassName
{
background-color: #E942DD;
}
</style>
border-color css
<style>
span { border-color: #E942DD; }
span { border-color: rgb(233,66,221); }
td.TdClassName
{
border-color: #E942DD;
}
.TagClassName
{
border-color: #E942DD;
}
</style>