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