Html Css Color HEX #E949D5 Free Speech Magenta
📋 copy color: '#E949D5'red 233 ◦ green 73 ◦ blue 213
Shades of Free Speech Magenta #E949D5
Tints of Free Speech Magenta #E949D5
RGB
CMYK
RGB Variations
Color information
#E949D5 (or 0xE949D5) is known color: Free Speech Magenta. HEX triplet: E9, 49 and D5. RGB value is (233,73,213). Sum of RGB (Red+Green+Blue) = 233+73+213=519 (68% of max value = 765). Red value is 233 (91.41% from 255 or 44.89% from 519); Green value is 73 (28.91% from 255 or 14.07% from 519); Blue value is 213 (83.59% from 255 or 41.04% from 519); Max value from RGB is 233 - color contains mainly: red. Hex color #E949D5 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E949D5 is #16B62A. Grayscale: #888888. Windows color (decimal): -1488427 or 13978089. OLE color: 13978089.
HSL color Cylindrical-coordinate representation of color #E949D5: hue angle of 307.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 #E949D5 is Cyan = 0, Magento = 0.69, Yellow = 0.09 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 73 | 213 | - |
| CMYK | 0 | 0.69 | 0.09 | 0.09 |
| HSL | 307.5º | 0.78% | 0.6% | - |
| HSV(B) | 307.5º | 0.69% | 0.91% | - |
| XYZ | 48 | 26.89 | 65.61 | - |
| YUV | 136.8 | 171.01 | 196.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 73 | 213 | 0 | 0.69 | 0.09 | 0.09 | 307.5 | 0.78 | 0.6 |
| Hex | E9 | 49 | D5 | 0 | 45 | 9 | 9 | 134 | 4E | 3C |
| Octal | 351 | 111 | 325 | 0 | 105 | 11 | 11 | 464 | 116 | 74 |
| Binary | 11101001 | 1001001 | 11010101 | 0 | 1000101 | 1001 | 1001 | 100110100 | 1001110 | 111100 |
Color Harmonies of #E949D5
Complementary color
Monochromatic Colors of #E949D5
Black with #E949D5
Text Example
Text Example
White with #E949D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E949D5; }
p { color: rgb(233,73,213); }
H1.HeaderClassName
{
color: #E949D5;
}
.AnyTagClassName
{
color: #E949D5;
}
</style>
background-color css
<style>
a { background-color: #E949D5; }
a { background-color: rgb(233,73,213); }
div.DivClassName
{
background-color: #E949D5;
}
.BgClassName
{
background-color: #E949D5;
}
</style>
border-color css
<style>
span { border-color: #E949D5; }
span { border-color: rgb(233,73,213); }
td.TdClassName
{
border-color: #E949D5;
}
.TagClassName
{
border-color: #E949D5;
}
</style>