Html Css Color HEX #E04DDA Free Speech Magenta
📋 copy color: '#E04DDA'red 224 ◦ green 77 ◦ blue 218
Shades of Free Speech Magenta #E04DDA
Tints of Free Speech Magenta #E04DDA
RGB
CMYK
RGB Variations
Color information
#E04DDA (or 0xE04DDA) is known color: Free Speech Magenta. HEX triplet: E0, 4D and DA. RGB value is (224,77,218). Sum of RGB (Red+Green+Blue) = 224+77+218=519 (68% of max value = 765). Red value is 224 (87.89% from 255 or 43.16% from 519); Green value is 77 (30.47% from 255 or 14.84% from 519); Blue value is 218 (85.55% from 255 or 42.00% from 519); Max value from RGB is 224 - color contains mainly: red. Hex color #E04DDA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E04DDA is #1FB225. Grayscale: #888888. Windows color (decimal): -2077222 or 14306784. OLE color: 14306784.
HSL color Cylindrical-coordinate representation of color #E04DDA: hue angle of 302.45º 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 #E04DDA is Cyan = 0, Magento = 0.66, Yellow = 0.03 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 77 | 218 | - |
| CMYK | 0 | 0.66 | 0.03 | 0.12 |
| HSL | 302.45º | 0.7% | 0.59% | - |
| HSV(B) | 302.45º | 0.66% | 0.88% | - |
| XYZ | 46.05 | 26.22 | 68.96 | - |
| YUV | 137.03 | 173.7 | 190.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 77 | 218 | 0 | 0.66 | 0.03 | 0.12 | 302.45 | 0.7 | 0.59 |
| Hex | E0 | 4D | DA | 0 | 42 | 3 | C | 12E | 46 | 3B |
| Octal | 340 | 115 | 332 | 0 | 102 | 3 | 14 | 456 | 106 | 73 |
| Binary | 11100000 | 1001101 | 11011010 | 0 | 1000010 | 11 | 1100 | 100101110 | 1000110 | 111011 |
Color Harmonies of #E04DDA
Complementary color
Monochromatic Colors of #E04DDA
Black with #E04DDA
Text Example
Text Example
White with #E04DDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E04DDA; }
p { color: rgb(224,77,218); }
H1.HeaderClassName
{
color: #E04DDA;
}
.AnyTagClassName
{
color: #E04DDA;
}
</style>
background-color css
<style>
a { background-color: #E04DDA; }
a { background-color: rgb(224,77,218); }
div.DivClassName
{
background-color: #E04DDA;
}
.BgClassName
{
background-color: #E04DDA;
}
</style>
border-color css
<style>
span { border-color: #E04DDA; }
span { border-color: rgb(224,77,218); }
td.TdClassName
{
border-color: #E04DDA;
}
.TagClassName
{
border-color: #E04DDA;
}
</style>