Html Css Color HEX #E949DD Free Speech Magenta
📋 copy color: '#E949DD'red 233 ◦ green 73 ◦ blue 221
Shades of Free Speech Magenta #E949DD
Tints of Free Speech Magenta #E949DD
RGB
CMYK
RGB Variations
Color information
#E949DD (or 0xE949DD) is known color: Free Speech Magenta. HEX triplet: E9, 49 and DD. RGB value is (233,73,221). Sum of RGB (Red+Green+Blue) = 233+73+221=527 (69% of max value = 765). Red value is 233 (91.41% from 255 or 44.21% from 527); Green value is 73 (28.91% from 255 or 13.85% from 527); Blue value is 221 (86.72% from 255 or 41.94% from 527); Max value from RGB is 233 - color contains mainly: red. Hex color #E949DD is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E949DD is #16B622. Grayscale: #898989. Windows color (decimal): -1488419 or 14502377. OLE color: 14502377.
HSL color Cylindrical-coordinate representation of color #E949DD: hue angle of 304.5º 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 #E949DD is Cyan = 0, Magento = 0.69, Yellow = 0.05 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 73 | 221 | - |
| CMYK | 0 | 0.69 | 0.05 | 0.09 |
| HSL | 304.5º | 0.78% | 0.6% | - |
| HSV(B) | 304.5º | 0.69% | 0.91% | - |
| XYZ | 49.04 | 27.31 | 71.09 | - |
| YUV | 137.71 | 175.01 | 195.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 73 | 221 | 0 | 0.69 | 0.05 | 0.09 | 304.5 | 0.78 | 0.6 |
| Hex | E9 | 49 | DD | 0 | 45 | 5 | 9 | 130 | 4E | 3C |
| Octal | 351 | 111 | 335 | 0 | 105 | 5 | 11 | 460 | 116 | 74 |
| Binary | 11101001 | 1001001 | 11011101 | 0 | 1000101 | 101 | 1001 | 100110000 | 1001110 | 111100 |
Color Harmonies of #E949DD
Complementary color
Monochromatic Colors of #E949DD
Black with #E949DD
Text Example
Text Example
White with #E949DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E949DD; }
p { color: rgb(233,73,221); }
H1.HeaderClassName
{
color: #E949DD;
}
.AnyTagClassName
{
color: #E949DD;
}
</style>
background-color css
<style>
a { background-color: #E949DD; }
a { background-color: rgb(233,73,221); }
div.DivClassName
{
background-color: #E949DD;
}
.BgClassName
{
background-color: #E949DD;
}
</style>
border-color css
<style>
span { border-color: #E949DD; }
span { border-color: rgb(233,73,221); }
td.TdClassName
{
border-color: #E949DD;
}
.TagClassName
{
border-color: #E949DD;
}
</style>