Html Css Color HEX #E94DED Free Speech Magenta
📋 copy color: '#E94DED'red 233 ◦ green 77 ◦ blue 237
Shades of Free Speech Magenta #E94DED
Tints of Free Speech Magenta #E94DED
RGB
CMYK
RGB Variations
Color information
#E94DED (or 0xE94DED) is known color: Free Speech Magenta. HEX triplet: E9, 4D and ED. RGB value is (233,77,237). Sum of RGB (Red+Green+Blue) = 233+77+237=547 (72% of max value = 765). Red value is 233 (91.41% from 255 or 42.60% from 547); Green value is 77 (30.47% from 255 or 14.08% from 547); Blue value is 237 (92.97% from 255 or 43.33% from 547); Max value from RGB is 237 - color contains mainly: blue. Hex color #E94DED is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #E94DED is #16B212. Grayscale: #8D8D8D. Windows color (decimal): -1487379 or 15551977. OLE color: 15551977.
HSL color Cylindrical-coordinate representation of color #E94DED: hue angle of 298.5º degrees, saturation: 0.82, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #E94DED is Cyan = 0.02, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 233 | 77 | 237 | - |
| CMYK | 0.02 | 0.68 | 0 | 0.07 |
| HSL | 298.5º | 0.82% | 0.62% | - |
| HSV(B) | 298.5º | 0.68% | 0.93% | - |
| XYZ | 51.54 | 28.75 | 82.95 | - |
| YUV | 141.88 | 181.68 | 192.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 77 | 237 | 0.02 | 0.68 | 0 | 0.07 | 298.5 | 0.82 | 0.62 |
| Hex | E9 | 4D | ED | 2 | 44 | 0 | 7 | 12A | 52 | 3E |
| Octal | 351 | 115 | 355 | 2 | 104 | 0 | 7 | 452 | 122 | 76 |
| Binary | 11101001 | 1001101 | 11101101 | 10 | 1000100 | 0 | 111 | 100101010 | 1010010 | 111110 |
Color Harmonies of #E94DED
Complementary color
Monochromatic Colors of #E94DED
Black with #E94DED
Text Example
Text Example
White with #E94DED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E94DED; }
p { color: rgb(233,77,237); }
H1.HeaderClassName
{
color: #E94DED;
}
.AnyTagClassName
{
color: #E94DED;
}
</style>
background-color css
<style>
a { background-color: #E94DED; }
a { background-color: rgb(233,77,237); }
div.DivClassName
{
background-color: #E94DED;
}
.BgClassName
{
background-color: #E94DED;
}
</style>
border-color css
<style>
span { border-color: #E94DED; }
span { border-color: rgb(233,77,237); }
td.TdClassName
{
border-color: #E94DED;
}
.TagClassName
{
border-color: #E94DED;
}
</style>