Html Css Color HEX #E941D8 Free Speech Magenta
📋 copy color: '#E941D8'red 233 ◦ green 65 ◦ blue 216
Shades of Free Speech Magenta #E941D8
Tints of Free Speech Magenta #E941D8
RGB
CMYK
RGB Variations
Color information
#E941D8 (or 0xE941D8) is known color: Free Speech Magenta. HEX triplet: E9, 41 and D8. RGB value is (233,65,216). Sum of RGB (Red+Green+Blue) = 233+65+216=514 (68% of max value = 765). Red value is 233 (91.41% from 255 or 45.33% from 514); Green value is 65 (25.78% from 255 or 12.65% from 514); Blue value is 216 (84.77% from 255 or 42.02% from 514); Max value from RGB is 233 - color contains mainly: red. Hex color #E941D8 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E941D8 is #16BE27. Grayscale: #848484. Windows color (decimal): -1490472 or 14172649. OLE color: 14172649.
HSL color Cylindrical-coordinate representation of color #E941D8: hue angle of 306.07º degrees, saturation: 0.79, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #E941D8 is Cyan = 0, Magento = 0.72, Yellow = 0.07 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 65 | 216 | - |
| CMYK | 0 | 0.72 | 0.07 | 0.09 |
| HSL | 306.07º | 0.79% | 0.58% | - |
| HSV(B) | 306.07º | 0.72% | 0.91% | - |
| XYZ | 47.89 | 26.06 | 67.47 | - |
| YUV | 132.45 | 175.16 | 199.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 65 | 216 | 0 | 0.72 | 0.07 | 0.09 | 306.07 | 0.79 | 0.58 |
| Hex | E9 | 41 | D8 | 0 | 48 | 7 | 9 | 132 | 4F | 3A |
| Octal | 351 | 101 | 330 | 0 | 110 | 7 | 11 | 462 | 117 | 72 |
| Binary | 11101001 | 1000001 | 11011000 | 0 | 1001000 | 111 | 1001 | 100110010 | 1001111 | 111010 |
Color Harmonies of #E941D8
Complementary color
Monochromatic Colors of #E941D8
Black with #E941D8
Text Example
Text Example
White with #E941D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E941D8; }
p { color: rgb(233,65,216); }
H1.HeaderClassName
{
color: #E941D8;
}
.AnyTagClassName
{
color: #E941D8;
}
</style>
background-color css
<style>
a { background-color: #E941D8; }
a { background-color: rgb(233,65,216); }
div.DivClassName
{
background-color: #E941D8;
}
.BgClassName
{
background-color: #E941D8;
}
</style>
border-color css
<style>
span { border-color: #E941D8; }
span { border-color: rgb(233,65,216); }
td.TdClassName
{
border-color: #E941D8;
}
.TagClassName
{
border-color: #E941D8;
}
</style>