Html Css Color HEX #E94DCD Free Speech Magenta
📋 copy color: '#E94DCD'red 233 ◦ green 77 ◦ blue 205
Shades of Free Speech Magenta #E94DCD
Tints of Free Speech Magenta #E94DCD
RGB
CMYK
RGB Variations
Color information
#E94DCD (or 0xE94DCD) is known color: Free Speech Magenta. HEX triplet: E9, 4D and CD. RGB value is (233,77,205). Sum of RGB (Red+Green+Blue) = 233+77+205=515 (68% of max value = 765). Red value is 233 (91.41% from 255 or 45.24% from 515); Green value is 77 (30.47% from 255 or 14.95% from 515); Blue value is 205 (80.47% from 255 or 39.81% from 515); Max value from RGB is 233 - color contains mainly: red. Hex color #E94DCD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E94DCD is #16B232. Grayscale: #898989. Windows color (decimal): -1487411 or 13454825. OLE color: 13454825.
HSL color Cylindrical-coordinate representation of color #E94DCD: hue angle of 310.77º 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 #E94DCD is Cyan = 0, Magento = 0.67, Yellow = 0.12 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 77 | 205 | - |
| CMYK | 0 | 0.67 | 0.12 | 0.09 |
| HSL | 310.77º | 0.78% | 0.61% | - |
| HSV(B) | 310.77º | 0.67% | 0.91% | - |
| XYZ | 47.28 | 27.04 | 60.48 | - |
| YUV | 138.24 | 165.68 | 195.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 77 | 205 | 0 | 0.67 | 0.12 | 0.09 | 310.77 | 0.78 | 0.61 |
| Hex | E9 | 4D | CD | 0 | 43 | C | 9 | 137 | 4E | 3D |
| Octal | 351 | 115 | 315 | 0 | 103 | 14 | 11 | 467 | 116 | 75 |
| Binary | 11101001 | 1001101 | 11001101 | 0 | 1000011 | 1100 | 1001 | 100110111 | 1001110 | 111101 |
Color Harmonies of #E94DCD
Complementary color
Monochromatic Colors of #E94DCD
Black with #E94DCD
Text Example
Text Example
White with #E94DCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E94DCD; }
p { color: rgb(233,77,205); }
H1.HeaderClassName
{
color: #E94DCD;
}
.AnyTagClassName
{
color: #E94DCD;
}
</style>
background-color css
<style>
a { background-color: #E94DCD; }
a { background-color: rgb(233,77,205); }
div.DivClassName
{
background-color: #E94DCD;
}
.BgClassName
{
background-color: #E94DCD;
}
</style>
border-color css
<style>
span { border-color: #E94DCD; }
span { border-color: rgb(233,77,205); }
td.TdClassName
{
border-color: #E94DCD;
}
.TagClassName
{
border-color: #E94DCD;
}
</style>