Html Css Color HEX #E949DC Free Speech Magenta
📋 copy color: '#E949DC'red 233 ◦ green 73 ◦ blue 220
Shades of Free Speech Magenta #E949DC
Tints of Free Speech Magenta #E949DC
RGB
CMYK
RGB Variations
Color information
#E949DC (or 0xE949DC) is known color: Free Speech Magenta. HEX triplet: E9, 49 and DC. RGB value is (233,73,220). Sum of RGB (Red+Green+Blue) = 233+73+220=526 (69% of max value = 765). Red value is 233 (91.41% from 255 or 44.30% from 526); Green value is 73 (28.91% from 255 or 13.88% from 526); Blue value is 220 (86.33% from 255 or 41.83% from 526); Max value from RGB is 233 - color contains mainly: red. Hex color #E949DC is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E949DC is #16B623. Grayscale: #898989. Windows color (decimal): -1488420 or 14436841. OLE color: 14436841.
HSL color Cylindrical-coordinate representation of color #E949DC: hue angle of 304.88º degrees, saturation: 0.78, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #E949DC is Cyan = 0, Magento = 0.69, Yellow = 0.06 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 73 | 220 | - |
| CMYK | 0 | 0.69 | 0.06 | 0.09 |
| HSL | 304.88º | 0.78% | 0.6% | - |
| HSV(B) | 304.88º | 0.69% | 0.91% | - |
| XYZ | 48.91 | 27.26 | 70.39 | - |
| YUV | 137.6 | 174.51 | 196.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 73 | 220 | 0 | 0.69 | 0.06 | 0.09 | 304.88 | 0.78 | 0.6 |
| Hex | E9 | 49 | DC | 0 | 45 | 6 | 9 | 131 | 4E | 3C |
| Octal | 351 | 111 | 334 | 0 | 105 | 6 | 11 | 461 | 116 | 74 |
| Binary | 11101001 | 1001001 | 11011100 | 0 | 1000101 | 110 | 1001 | 100110001 | 1001110 | 111100 |
Color Harmonies of #E949DC
Complementary color
Monochromatic Colors of #E949DC
Black with #E949DC
Text Example
Text Example
White with #E949DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E949DC; }
p { color: rgb(233,73,220); }
H1.HeaderClassName
{
color: #E949DC;
}
.AnyTagClassName
{
color: #E949DC;
}
</style>
background-color css
<style>
a { background-color: #E949DC; }
a { background-color: rgb(233,73,220); }
div.DivClassName
{
background-color: #E949DC;
}
.BgClassName
{
background-color: #E949DC;
}
</style>
border-color css
<style>
span { border-color: #E949DC; }
span { border-color: rgb(233,73,220); }
td.TdClassName
{
border-color: #E949DC;
}
.TagClassName
{
border-color: #E949DC;
}
</style>