Html Css Color HEX #E241D1 Free Speech Magenta
📋 copy color: '#E241D1'red 226 ◦ green 65 ◦ blue 209
Shades of Free Speech Magenta #E241D1
Tints of Free Speech Magenta #E241D1
RGB
CMYK
RGB Variations
Color information
#E241D1 (or 0xE241D1) is known color: Free Speech Magenta. HEX triplet: E2, 41 and D1. RGB value is (226,65,209). Sum of RGB (Red+Green+Blue) = 226+65+209=500 (66% of max value = 765). Red value is 226 (88.67% from 255 or 45.2% from 500); Green value is 65 (25.78% from 255 or 13% from 500); Blue value is 209 (82.03% from 255 or 41.8% from 500); Max value from RGB is 226 - color contains mainly: red. Hex color #E241D1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E241D1 is #1DBE2E. Grayscale: #818181. Windows color (decimal): -1949231 or 13713890. OLE color: 13713890.
HSL color Cylindrical-coordinate representation of color #E241D1: hue angle of 306.34º degrees, saturation: 0.74, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #E241D1 is Cyan = 0, Magento = 0.71, Yellow = 0.08 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 65 | 209 | - |
| CMYK | 0 | 0.71 | 0.08 | 0.11 |
| HSL | 306.34º | 0.74% | 0.57% | - |
| HSV(B) | 306.34º | 0.71% | 0.89% | - |
| XYZ | 44.76 | 24.55 | 62.7 | - |
| YUV | 129.56 | 172.84 | 196.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 65 | 209 | 0 | 0.71 | 0.08 | 0.11 | 306.34 | 0.74 | 0.57 |
| Hex | E2 | 41 | D1 | 0 | 47 | 8 | B | 132 | 4A | 39 |
| Octal | 342 | 101 | 321 | 0 | 107 | 10 | 13 | 462 | 112 | 71 |
| Binary | 11100010 | 1000001 | 11010001 | 0 | 1000111 | 1000 | 1011 | 100110010 | 1001010 | 111001 |
Color Harmonies of #E241D1
Complementary color
Monochromatic Colors of #E241D1
Black with #E241D1
Text Example
Text Example
White with #E241D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E241D1; }
p { color: rgb(226,65,209); }
H1.HeaderClassName
{
color: #E241D1;
}
.AnyTagClassName
{
color: #E241D1;
}
</style>
background-color css
<style>
a { background-color: #E241D1; }
a { background-color: rgb(226,65,209); }
div.DivClassName
{
background-color: #E241D1;
}
.BgClassName
{
background-color: #E241D1;
}
</style>
border-color css
<style>
span { border-color: #E241D1; }
span { border-color: rgb(226,65,209); }
td.TdClassName
{
border-color: #E241D1;
}
.TagClassName
{
border-color: #E241D1;
}
</style>