Html Css Color HEX #E04FCD Free Speech Magenta
📋 copy color: '#E04FCD'red 224 ◦ green 79 ◦ blue 205
Shades of Free Speech Magenta #E04FCD
Tints of Free Speech Magenta #E04FCD
RGB
CMYK
RGB Variations
Color information
#E04FCD (or 0xE04FCD) is known color: Free Speech Magenta. HEX triplet: E0, 4F and CD. RGB value is (224,79,205). Sum of RGB (Red+Green+Blue) = 224+79+205=508 (67% of max value = 765). Red value is 224 (87.89% from 255 or 44.09% from 508); Green value is 79 (31.25% from 255 or 15.55% from 508); Blue value is 205 (80.47% from 255 or 40.35% from 508); Max value from RGB is 224 - color contains mainly: red. Hex color #E04FCD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E04FCD is #1FB032. Grayscale: #888888. Windows color (decimal): -2076723 or 13455328. OLE color: 13455328.
HSL color Cylindrical-coordinate representation of color #E04FCD: hue angle of 307.86º 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 #E04FCD is Cyan = 0, Magento = 0.65, Yellow = 0.08 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 79 | 205 | - |
| CMYK | 0 | 0.65 | 0.08 | 0.12 |
| HSL | 307.86º | 0.7% | 0.59% | - |
| HSV(B) | 307.86º | 0.65% | 0.88% | - |
| XYZ | 44.56 | 25.85 | 60.4 | - |
| YUV | 136.72 | 166.54 | 190.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 79 | 205 | 0 | 0.65 | 0.08 | 0.12 | 307.86 | 0.7 | 0.59 |
| Hex | E0 | 4F | CD | 0 | 41 | 8 | C | 134 | 46 | 3B |
| Octal | 340 | 117 | 315 | 0 | 101 | 10 | 14 | 464 | 106 | 73 |
| Binary | 11100000 | 1001111 | 11001101 | 0 | 1000001 | 1000 | 1100 | 100110100 | 1000110 | 111011 |
Color Harmonies of #E04FCD
Complementary color
Monochromatic Colors of #E04FCD
Black with #E04FCD
Text Example
Text Example
White with #E04FCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E04FCD; }
p { color: rgb(224,79,205); }
H1.HeaderClassName
{
color: #E04FCD;
}
.AnyTagClassName
{
color: #E04FCD;
}
</style>
background-color css
<style>
a { background-color: #E04FCD; }
a { background-color: rgb(224,79,205); }
div.DivClassName
{
background-color: #E04FCD;
}
.BgClassName
{
background-color: #E04FCD;
}
</style>
border-color css
<style>
span { border-color: #E04FCD; }
span { border-color: rgb(224,79,205); }
td.TdClassName
{
border-color: #E04FCD;
}
.TagClassName
{
border-color: #E04FCD;
}
</style>