Html Css Color HEX #E04DD1 Free Speech Magenta
📋 copy color: '#E04DD1'red 224 ◦ green 77 ◦ blue 209
Shades of Free Speech Magenta #E04DD1
Tints of Free Speech Magenta #E04DD1
RGB
CMYK
RGB Variations
Color information
#E04DD1 (or 0xE04DD1) is known color: Free Speech Magenta. HEX triplet: E0, 4D and D1. RGB value is (224,77,209). Sum of RGB (Red+Green+Blue) = 224+77+209=510 (67% of max value = 765). Red value is 224 (87.89% from 255 or 43.92% from 510); Green value is 77 (30.47% from 255 or 15.10% from 510); Blue value is 209 (82.03% from 255 or 40.98% from 510); Max value from RGB is 224 - color contains mainly: red. Hex color #E04DD1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E04DD1 is #1FB22E. Grayscale: #878787. Windows color (decimal): -2077231 or 13716960. OLE color: 13716960.
HSL color Cylindrical-coordinate representation of color #E04DD1: hue angle of 306.12º degrees, saturation: 0.7, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #E04DD1 is Cyan = 0, Magento = 0.66, Yellow = 0.07 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 77 | 209 | - |
| CMYK | 0 | 0.66 | 0.07 | 0.12 |
| HSL | 306.12º | 0.7% | 0.59% | - |
| HSV(B) | 306.12º | 0.66% | 0.88% | - |
| XYZ | 44.9 | 25.76 | 62.93 | - |
| YUV | 136 | 169.2 | 190.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 77 | 209 | 0 | 0.66 | 0.07 | 0.12 | 306.12 | 0.7 | 0.59 |
| Hex | E0 | 4D | D1 | 0 | 42 | 7 | C | 132 | 46 | 3B |
| Octal | 340 | 115 | 321 | 0 | 102 | 7 | 14 | 462 | 106 | 73 |
| Binary | 11100000 | 1001101 | 11010001 | 0 | 1000010 | 111 | 1100 | 100110010 | 1000110 | 111011 |
Color Harmonies of #E04DD1
Complementary color
Monochromatic Colors of #E04DD1
Black with #E04DD1
Text Example
Text Example
White with #E04DD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E04DD1; }
p { color: rgb(224,77,209); }
H1.HeaderClassName
{
color: #E04DD1;
}
.AnyTagClassName
{
color: #E04DD1;
}
</style>
background-color css
<style>
a { background-color: #E04DD1; }
a { background-color: rgb(224,77,209); }
div.DivClassName
{
background-color: #E04DD1;
}
.BgClassName
{
background-color: #E04DD1;
}
</style>
border-color css
<style>
span { border-color: #E04DD1; }
span { border-color: rgb(224,77,209); }
td.TdClassName
{
border-color: #E04DD1;
}
.TagClassName
{
border-color: #E04DD1;
}
</style>