Html Css Color HEX #E04DCD Free Speech Magenta
📋 copy color: '#E04DCD'red 224 ◦ green 77 ◦ blue 205
Shades of Free Speech Magenta #E04DCD
Tints of Free Speech Magenta #E04DCD
RGB
CMYK
RGB Variations
Color information
#E04DCD (or 0xE04DCD) is known color: Free Speech Magenta. HEX triplet: E0, 4D and CD. RGB value is (224,77,205). Sum of RGB (Red+Green+Blue) = 224+77+205=506 (67% of max value = 765). Red value is 224 (87.89% from 255 or 44.27% from 506); Green value is 77 (30.47% from 255 or 15.22% from 506); Blue value is 205 (80.47% from 255 or 40.51% from 506); Max value from RGB is 224 - color contains mainly: red. Hex color #E04DCD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E04DCD is #1FB232. Grayscale: #878787. Windows color (decimal): -2077235 or 13454816. OLE color: 13454816.
HSL color Cylindrical-coordinate representation of color #E04DCD: hue angle of 307.76º 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 #E04DCD is Cyan = 0, Magento = 0.66, Yellow = 0.08 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 77 | 205 | - |
| CMYK | 0 | 0.66 | 0.08 | 0.12 |
| HSL | 307.76º | 0.7% | 0.59% | - |
| HSV(B) | 307.76º | 0.66% | 0.88% | - |
| XYZ | 44.41 | 25.56 | 60.35 | - |
| YUV | 135.55 | 167.2 | 191.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 77 | 205 | 0 | 0.66 | 0.08 | 0.12 | 307.76 | 0.7 | 0.59 |
| Hex | E0 | 4D | CD | 0 | 42 | 8 | C | 134 | 46 | 3B |
| Octal | 340 | 115 | 315 | 0 | 102 | 10 | 14 | 464 | 106 | 73 |
| Binary | 11100000 | 1001101 | 11001101 | 0 | 1000010 | 1000 | 1100 | 100110100 | 1000110 | 111011 |
Color Harmonies of #E04DCD
Complementary color
Monochromatic Colors of #E04DCD
Black with #E04DCD
Text Example
Text Example
White with #E04DCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E04DCD; }
p { color: rgb(224,77,205); }
H1.HeaderClassName
{
color: #E04DCD;
}
.AnyTagClassName
{
color: #E04DCD;
}
</style>
background-color css
<style>
a { background-color: #E04DCD; }
a { background-color: rgb(224,77,205); }
div.DivClassName
{
background-color: #E04DCD;
}
.BgClassName
{
background-color: #E04DCD;
}
</style>
border-color css
<style>
span { border-color: #E04DCD; }
span { border-color: rgb(224,77,205); }
td.TdClassName
{
border-color: #E04DCD;
}
.TagClassName
{
border-color: #E04DCD;
}
</style>