Html Css Color HEX #E94DC8 Free Speech Magenta
📋 copy color: '#E94DC8'red 233 ◦ green 77 ◦ blue 200
Shades of Free Speech Magenta #E94DC8
Tints of Free Speech Magenta #E94DC8
RGB
CMYK
RGB Variations
Color information
#E94DC8 (or 0xE94DC8) is known color: Free Speech Magenta. HEX triplet: E9, 4D and C8. RGB value is (233,77,200). Sum of RGB (Red+Green+Blue) = 233+77+200=510 (67% of max value = 765). Red value is 233 (91.41% from 255 or 45.69% from 510); Green value is 77 (30.47% from 255 or 15.10% from 510); Blue value is 200 (78.52% from 255 or 39.22% from 510); Max value from RGB is 233 - color contains mainly: red. Hex color #E94DC8 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E94DC8 is #16B237. Grayscale: #898989. Windows color (decimal): -1487416 or 13127145. OLE color: 13127145.
HSL color Cylindrical-coordinate representation of color #E94DC8: hue angle of 312.69º 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 #E94DC8 is Cyan = 0, Magento = 0.67, Yellow = 0.14 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 77 | 200 | - |
| CMYK | 0 | 0.67 | 0.14 | 0.09 |
| HSL | 312.69º | 0.78% | 0.61% | - |
| HSV(B) | 312.69º | 0.67% | 0.91% | - |
| XYZ | 46.68 | 26.8 | 57.36 | - |
| YUV | 137.67 | 163.18 | 196 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 77 | 200 | 0 | 0.67 | 0.14 | 0.09 | 312.69 | 0.78 | 0.61 |
| Hex | E9 | 4D | C8 | 0 | 43 | E | 9 | 139 | 4E | 3D |
| Octal | 351 | 115 | 310 | 0 | 103 | 16 | 11 | 471 | 116 | 75 |
| Binary | 11101001 | 1001101 | 11001000 | 0 | 1000011 | 1110 | 1001 | 100111001 | 1001110 | 111101 |
Color Harmonies of #E94DC8
Complementary color
Monochromatic Colors of #E94DC8
Black with #E94DC8
Text Example
Text Example
White with #E94DC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E94DC8; }
p { color: rgb(233,77,200); }
H1.HeaderClassName
{
color: #E94DC8;
}
.AnyTagClassName
{
color: #E94DC8;
}
</style>
background-color css
<style>
a { background-color: #E94DC8; }
a { background-color: rgb(233,77,200); }
div.DivClassName
{
background-color: #E94DC8;
}
.BgClassName
{
background-color: #E94DC8;
}
</style>
border-color css
<style>
span { border-color: #E94DC8; }
span { border-color: rgb(233,77,200); }
td.TdClassName
{
border-color: #E94DC8;
}
.TagClassName
{
border-color: #E94DC8;
}
</style>