Html Css Color HEX #E941D3 Free Speech Magenta
📋 copy color: '#E941D3'red 233 ◦ green 65 ◦ blue 211
Shades of Free Speech Magenta #E941D3
Tints of Free Speech Magenta #E941D3
RGB
CMYK
RGB Variations
Color information
#E941D3 (or 0xE941D3) is known color: Free Speech Magenta. HEX triplet: E9, 41 and D3. RGB value is (233,65,211). Sum of RGB (Red+Green+Blue) = 233+65+211=509 (67% of max value = 765). Red value is 233 (91.41% from 255 or 45.78% from 509); Green value is 65 (25.78% from 255 or 12.77% from 509); Blue value is 211 (82.81% from 255 or 41.45% from 509); Max value from RGB is 233 - color contains mainly: red. Hex color #E941D3 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E941D3 is #16BE2C. Grayscale: #838383. Windows color (decimal): -1490477 or 13844969. OLE color: 13844969.
HSL color Cylindrical-coordinate representation of color #E941D3: hue angle of 307.86º 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 #E941D3 is Cyan = 0, Magento = 0.72, Yellow = 0.09 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 65 | 211 | - |
| CMYK | 0 | 0.72 | 0.09 | 0.09 |
| HSL | 307.86º | 0.79% | 0.58% | - |
| HSV(B) | 307.86º | 0.72% | 0.91% | - |
| XYZ | 47.25 | 25.81 | 64.12 | - |
| YUV | 131.88 | 172.66 | 200.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 65 | 211 | 0 | 0.72 | 0.09 | 0.09 | 307.86 | 0.79 | 0.58 |
| Hex | E9 | 41 | D3 | 0 | 48 | 9 | 9 | 134 | 4F | 3A |
| Octal | 351 | 101 | 323 | 0 | 110 | 11 | 11 | 464 | 117 | 72 |
| Binary | 11101001 | 1000001 | 11010011 | 0 | 1001000 | 1001 | 1001 | 100110100 | 1001111 | 111010 |
Color Harmonies of #E941D3
Complementary color
Monochromatic Colors of #E941D3
Black with #E941D3
Text Example
Text Example
White with #E941D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E941D3; }
p { color: rgb(233,65,211); }
H1.HeaderClassName
{
color: #E941D3;
}
.AnyTagClassName
{
color: #E941D3;
}
</style>
background-color css
<style>
a { background-color: #E941D3; }
a { background-color: rgb(233,65,211); }
div.DivClassName
{
background-color: #E941D3;
}
.BgClassName
{
background-color: #E941D3;
}
</style>
border-color css
<style>
span { border-color: #E941D3; }
span { border-color: rgb(233,65,211); }
td.TdClassName
{
border-color: #E941D3;
}
.TagClassName
{
border-color: #E941D3;
}
</style>