Html Css Color HEX #E041D1 Free Speech Magenta
📋 copy color: '#E041D1'red 224 ◦ green 65 ◦ blue 209
Shades of Free Speech Magenta #E041D1
Tints of Free Speech Magenta #E041D1
RGB
CMYK
RGB Variations
Color information
#E041D1 (or 0xE041D1) is known color: Free Speech Magenta. HEX triplet: E0, 41 and D1. RGB value is (224,65,209). Sum of RGB (Red+Green+Blue) = 224+65+209=498 (65% of max value = 765). Red value is 224 (87.89% from 255 or 44.98% from 498); Green value is 65 (25.78% from 255 or 13.05% from 498); Blue value is 209 (82.03% from 255 or 41.97% from 498); Max value from RGB is 224 - color contains mainly: red. Hex color #E041D1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E041D1 is #1FBE2E. Grayscale: #808080. Windows color (decimal): -2080303 or 13713888. OLE color: 13713888.
HSL color Cylindrical-coordinate representation of color #E041D1: hue angle of 305.66º degrees, saturation: 0.72, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #E041D1 is Cyan = 0, Magento = 0.71, Yellow = 0.07 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 65 | 209 | - |
| CMYK | 0 | 0.71 | 0.07 | 0.12 |
| HSL | 305.66º | 0.72% | 0.57% | - |
| HSV(B) | 305.66º | 0.71% | 0.88% | - |
| XYZ | 44.14 | 24.23 | 62.67 | - |
| YUV | 128.96 | 173.18 | 195.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 65 | 209 | 0 | 0.71 | 0.07 | 0.12 | 305.66 | 0.72 | 0.57 |
| Hex | E0 | 41 | D1 | 0 | 47 | 7 | C | 132 | 48 | 39 |
| Octal | 340 | 101 | 321 | 0 | 107 | 7 | 14 | 462 | 110 | 71 |
| Binary | 11100000 | 1000001 | 11010001 | 0 | 1000111 | 111 | 1100 | 100110010 | 1001000 | 111001 |
Color Harmonies of #E041D1
Complementary color
Monochromatic Colors of #E041D1
Black with #E041D1
Text Example
Text Example
White with #E041D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E041D1; }
p { color: rgb(224,65,209); }
H1.HeaderClassName
{
color: #E041D1;
}
.AnyTagClassName
{
color: #E041D1;
}
</style>
background-color css
<style>
a { background-color: #E041D1; }
a { background-color: rgb(224,65,209); }
div.DivClassName
{
background-color: #E041D1;
}
.BgClassName
{
background-color: #E041D1;
}
</style>
border-color css
<style>
span { border-color: #E041D1; }
span { border-color: rgb(224,65,209); }
td.TdClassName
{
border-color: #E041D1;
}
.TagClassName
{
border-color: #E041D1;
}
</style>