Html Css Color HEX #E041D3 Free Speech Magenta
📋 copy color: '#E041D3'red 224 ◦ green 65 ◦ blue 211
Shades of Free Speech Magenta #E041D3
Tints of Free Speech Magenta #E041D3
RGB
CMYK
RGB Variations
Color information
#E041D3 (or 0xE041D3) is known color: Free Speech Magenta. HEX triplet: E0, 41 and D3. RGB value is (224,65,211). Sum of RGB (Red+Green+Blue) = 224+65+211=500 (66% of max value = 765). Red value is 224 (87.89% from 255 or 44.8% from 500); Green value is 65 (25.78% from 255 or 13% from 500); Blue value is 211 (82.81% from 255 or 42.2% from 500); Max value from RGB is 224 - color contains mainly: red. Hex color #E041D3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E041D3 is #1FBE2C. Grayscale: #808080. Windows color (decimal): -2080301 or 13844960. OLE color: 13844960.
HSL color Cylindrical-coordinate representation of color #E041D3: hue angle of 304.91º 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 #E041D3 is Cyan = 0, Magento = 0.71, Yellow = 0.06 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 65 | 211 | - |
| CMYK | 0 | 0.71 | 0.06 | 0.12 |
| HSL | 304.91º | 0.72% | 0.57% | - |
| HSV(B) | 304.91º | 0.71% | 0.88% | - |
| XYZ | 44.39 | 24.33 | 63.98 | - |
| YUV | 129.19 | 174.18 | 195.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 65 | 211 | 0 | 0.71 | 0.06 | 0.12 | 304.91 | 0.72 | 0.57 |
| Hex | E0 | 41 | D3 | 0 | 47 | 6 | C | 131 | 48 | 39 |
| Octal | 340 | 101 | 323 | 0 | 107 | 6 | 14 | 461 | 110 | 71 |
| Binary | 11100000 | 1000001 | 11010011 | 0 | 1000111 | 110 | 1100 | 100110001 | 1001000 | 111001 |
Color Harmonies of #E041D3
Complementary color
Monochromatic Colors of #E041D3
Black with #E041D3
Text Example
Text Example
White with #E041D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E041D3; }
p { color: rgb(224,65,211); }
H1.HeaderClassName
{
color: #E041D3;
}
.AnyTagClassName
{
color: #E041D3;
}
</style>
background-color css
<style>
a { background-color: #E041D3; }
a { background-color: rgb(224,65,211); }
div.DivClassName
{
background-color: #E041D3;
}
.BgClassName
{
background-color: #E041D3;
}
</style>
border-color css
<style>
span { border-color: #E041D3; }
span { border-color: rgb(224,65,211); }
td.TdClassName
{
border-color: #E041D3;
}
.TagClassName
{
border-color: #E041D3;
}
</style>