Html Css Color HEX #E949D6 Free Speech Magenta
📋 copy color: '#E949D6'red 233 ◦ green 73 ◦ blue 214
Shades of Free Speech Magenta #E949D6
Tints of Free Speech Magenta #E949D6
RGB
CMYK
RGB Variations
Color information
#E949D6 (or 0xE949D6) is known color: Free Speech Magenta. HEX triplet: E9, 49 and D6. RGB value is (233,73,214). Sum of RGB (Red+Green+Blue) = 233+73+214=520 (68% of max value = 765). Red value is 233 (91.41% from 255 or 44.81% from 520); Green value is 73 (28.91% from 255 or 14.04% from 520); Blue value is 214 (83.98% from 255 or 41.15% from 520); Max value from RGB is 233 - color contains mainly: red. Hex color #E949D6 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E949D6 is #16B629. Grayscale: #888888. Windows color (decimal): -1488426 or 14043625. OLE color: 14043625.
HSL color Cylindrical-coordinate representation of color #E949D6: hue angle of 307.12º 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 #E949D6 is Cyan = 0, Magento = 0.69, Yellow = 0.08 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 73 | 214 | - |
| CMYK | 0 | 0.69 | 0.08 | 0.09 |
| HSL | 307.13º | 0.78% | 0.6% | - |
| HSV(B) | 307.13º | 0.69% | 0.91% | - |
| XYZ | 48.12 | 26.94 | 66.28 | - |
| YUV | 136.91 | 171.51 | 196.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 73 | 214 | 0 | 0.69 | 0.08 | 0.09 | 307.13 | 0.78 | 0.6 |
| Hex | E9 | 49 | D6 | 0 | 45 | 8 | 9 | 133 | 4E | 3C |
| Octal | 351 | 111 | 326 | 0 | 105 | 10 | 11 | 463 | 116 | 74 |
| Binary | 11101001 | 1001001 | 11010110 | 0 | 1000101 | 1000 | 1001 | 100110011 | 1001110 | 111100 |
Color Harmonies of #E949D6
Complementary color
Monochromatic Colors of #E949D6
Black with #E949D6
Text Example
Text Example
White with #E949D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E949D6; }
p { color: rgb(233,73,214); }
H1.HeaderClassName
{
color: #E949D6;
}
.AnyTagClassName
{
color: #E949D6;
}
</style>
background-color css
<style>
a { background-color: #E949D6; }
a { background-color: rgb(233,73,214); }
div.DivClassName
{
background-color: #E949D6;
}
.BgClassName
{
background-color: #E949D6;
}
</style>
border-color css
<style>
span { border-color: #E949D6; }
span { border-color: rgb(233,73,214); }
td.TdClassName
{
border-color: #E949D6;
}
.TagClassName
{
border-color: #E949D6;
}
</style>