Html Css Color HEX #E94DD1 Free Speech Magenta
📋 copy color: '#E94DD1'red 233 ◦ green 77 ◦ blue 209
Shades of Free Speech Magenta #E94DD1
Tints of Free Speech Magenta #E94DD1
RGB
CMYK
RGB Variations
Color information
#E94DD1 (or 0xE94DD1) is known color: Free Speech Magenta. HEX triplet: E9, 4D and D1. RGB value is (233,77,209). Sum of RGB (Red+Green+Blue) = 233+77+209=519 (68% of max value = 765). Red value is 233 (91.41% from 255 or 44.89% from 519); Green value is 77 (30.47% from 255 or 14.84% from 519); Blue value is 209 (82.03% from 255 or 40.27% from 519); Max value from RGB is 233 - color contains mainly: red. Hex color #E94DD1 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E94DD1 is #16B22E. Grayscale: #8A8A8A. Windows color (decimal): -1487407 or 13716969. OLE color: 13716969.
HSL color Cylindrical-coordinate representation of color #E94DD1: hue angle of 309.23º degrees, saturation: 0.78, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #E94DD1 is Cyan = 0, Magento = 0.67, Yellow = 0.10 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 77 | 209 | - |
| CMYK | 0 | 0.67 | 0.10 | 0.09 |
| HSL | 309.23º | 0.78% | 0.61% | - |
| HSV(B) | 309.23º | 0.67% | 0.91% | - |
| XYZ | 47.77 | 27.23 | 63.06 | - |
| YUV | 138.69 | 167.68 | 195.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 77 | 209 | 0 | 0.67 | 0.10 | 0.09 | 309.23 | 0.78 | 0.61 |
| Hex | E9 | 4D | D1 | 0 | 43 | A | 9 | 135 | 4E | 3D |
| Octal | 351 | 115 | 321 | 0 | 103 | 12 | 11 | 465 | 116 | 75 |
| Binary | 11101001 | 1001101 | 11010001 | 0 | 1000011 | 1010 | 1001 | 100110101 | 1001110 | 111101 |
Color Harmonies of #E94DD1
Complementary color
Monochromatic Colors of #E94DD1
Black with #E94DD1
Text Example
Text Example
White with #E94DD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E94DD1; }
p { color: rgb(233,77,209); }
H1.HeaderClassName
{
color: #E94DD1;
}
.AnyTagClassName
{
color: #E94DD1;
}
</style>
background-color css
<style>
a { background-color: #E94DD1; }
a { background-color: rgb(233,77,209); }
div.DivClassName
{
background-color: #E94DD1;
}
.BgClassName
{
background-color: #E94DD1;
}
</style>
border-color css
<style>
span { border-color: #E94DD1; }
span { border-color: rgb(233,77,209); }
td.TdClassName
{
border-color: #E94DD1;
}
.TagClassName
{
border-color: #E94DD1;
}
</style>