Html Css Color HEX #E04DDD Free Speech Magenta
📋 copy color: '#E04DDD'red 224 ◦ green 77 ◦ blue 221
Shades of Free Speech Magenta #E04DDD
Tints of Free Speech Magenta #E04DDD
RGB
CMYK
RGB Variations
Color information
#E04DDD (or 0xE04DDD) is known color: Free Speech Magenta. HEX triplet: E0, 4D and DD. RGB value is (224,77,221). Sum of RGB (Red+Green+Blue) = 224+77+221=522 (69% of max value = 765). Red value is 224 (87.89% from 255 or 42.91% from 522); Green value is 77 (30.47% from 255 or 14.75% from 522); Blue value is 221 (86.72% from 255 or 42.34% from 522); Max value from RGB is 224 - color contains mainly: red. Hex color #E04DDD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E04DDD is #1FB222. Grayscale: #888888. Windows color (decimal): -2077219 or 14503392. OLE color: 14503392.
HSL color Cylindrical-coordinate representation of color #E04DDD: hue angle of 301.22º 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 #E04DDD is Cyan = 0, Magento = 0.66, Yellow = 0.01 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 77 | 221 | - |
| CMYK | 0 | 0.66 | 0.01 | 0.12 |
| HSL | 301.22º | 0.7% | 0.59% | - |
| HSV(B) | 301.22º | 0.66% | 0.88% | - |
| XYZ | 46.45 | 26.38 | 71.05 | - |
| YUV | 137.37 | 175.2 | 189.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 77 | 221 | 0 | 0.66 | 0.01 | 0.12 | 301.22 | 0.7 | 0.59 |
| Hex | E0 | 4D | DD | 0 | 42 | 1 | C | 12D | 46 | 3B |
| Octal | 340 | 115 | 335 | 0 | 102 | 1 | 14 | 455 | 106 | 73 |
| Binary | 11100000 | 1001101 | 11011101 | 0 | 1000010 | 1 | 1100 | 100101101 | 1000110 | 111011 |
Color Harmonies of #E04DDD
Complementary color
Monochromatic Colors of #E04DDD
Black with #E04DDD
Text Example
Text Example
White with #E04DDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E04DDD; }
p { color: rgb(224,77,221); }
H1.HeaderClassName
{
color: #E04DDD;
}
.AnyTagClassName
{
color: #E04DDD;
}
</style>
background-color css
<style>
a { background-color: #E04DDD; }
a { background-color: rgb(224,77,221); }
div.DivClassName
{
background-color: #E04DDD;
}
.BgClassName
{
background-color: #E04DDD;
}
</style>
border-color css
<style>
span { border-color: #E04DDD; }
span { border-color: rgb(224,77,221); }
td.TdClassName
{
border-color: #E04DDD;
}
.TagClassName
{
border-color: #E04DDD;
}
</style>