Html Css Color HEX #E04ECD Free Speech Magenta
📋 copy color: '#E04ECD'red 224 ◦ green 78 ◦ blue 205
Shades of Free Speech Magenta #E04ECD
Tints of Free Speech Magenta #E04ECD
RGB
CMYK
RGB Variations
Color information
#E04ECD (or 0xE04ECD) is known color: Free Speech Magenta. HEX triplet: E0, 4E and CD. RGB value is (224,78,205). Sum of RGB (Red+Green+Blue) = 224+78+205=507 (67% of max value = 765). Red value is 224 (87.89% from 255 or 44.18% from 507); Green value is 78 (30.86% from 255 or 15.38% from 507); Blue value is 205 (80.47% from 255 or 40.43% from 507); Max value from RGB is 224 - color contains mainly: red. Hex color #E04ECD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E04ECD is #1FB132. Grayscale: #878787. Windows color (decimal): -2076979 or 13455072. OLE color: 13455072.
HSL color Cylindrical-coordinate representation of color #E04ECD: hue angle of 307.81º degrees, saturation: 0.7, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #E04ECD is Cyan = 0, Magento = 0.65, Yellow = 0.08 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 78 | 205 | - |
| CMYK | 0 | 0.65 | 0.08 | 0.12 |
| HSL | 307.81º | 0.7% | 0.59% | - |
| HSV(B) | 307.81º | 0.65% | 0.88% | - |
| XYZ | 44.48 | 25.7 | 60.37 | - |
| YUV | 136.13 | 166.87 | 190.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 78 | 205 | 0 | 0.65 | 0.08 | 0.12 | 307.81 | 0.7 | 0.59 |
| Hex | E0 | 4E | CD | 0 | 41 | 8 | C | 134 | 46 | 3B |
| Octal | 340 | 116 | 315 | 0 | 101 | 10 | 14 | 464 | 106 | 73 |
| Binary | 11100000 | 1001110 | 11001101 | 0 | 1000001 | 1000 | 1100 | 100110100 | 1000110 | 111011 |
Color Harmonies of #E04ECD
Complementary color
Monochromatic Colors of #E04ECD
Black with #E04ECD
Text Example
Text Example
White with #E04ECD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E04ECD; }
p { color: rgb(224,78,205); }
H1.HeaderClassName
{
color: #E04ECD;
}
.AnyTagClassName
{
color: #E04ECD;
}
</style>
background-color css
<style>
a { background-color: #E04ECD; }
a { background-color: rgb(224,78,205); }
div.DivClassName
{
background-color: #E04ECD;
}
.BgClassName
{
background-color: #E04ECD;
}
</style>
border-color css
<style>
span { border-color: #E04ECD; }
span { border-color: rgb(224,78,205); }
td.TdClassName
{
border-color: #E04ECD;
}
.TagClassName
{
border-color: #E04ECD;
}
</style>