Html Css Color HEX #E04ECF Free Speech Magenta
📋 copy color: '#E04ECF'red 224 ◦ green 78 ◦ blue 207
Shades of Free Speech Magenta #E04ECF
Tints of Free Speech Magenta #E04ECF
RGB
CMYK
RGB Variations
Color information
#E04ECF (or 0xE04ECF) is known color: Free Speech Magenta. HEX triplet: E0, 4E and CF. RGB value is (224,78,207). Sum of RGB (Red+Green+Blue) = 224+78+207=509 (67% of max value = 765). Red value is 224 (87.89% from 255 or 44.01% from 509); Green value is 78 (30.86% from 255 or 15.32% from 509); Blue value is 207 (81.25% from 255 or 40.67% from 509); Max value from RGB is 224 - color contains mainly: red. Hex color #E04ECF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E04ECF is #1FB130. Grayscale: #878787. Windows color (decimal): -2076977 or 13586144. OLE color: 13586144.
HSL color Cylindrical-coordinate representation of color #E04ECF: hue angle of 306.99º 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 #E04ECF is Cyan = 0, Magento = 0.65, Yellow = 0.08 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 78 | 207 | - |
| CMYK | 0 | 0.65 | 0.08 | 0.12 |
| HSL | 306.99º | 0.7% | 0.59% | - |
| HSV(B) | 306.99º | 0.65% | 0.88% | - |
| XYZ | 44.73 | 25.8 | 61.65 | - |
| YUV | 136.36 | 167.87 | 190.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 78 | 207 | 0 | 0.65 | 0.08 | 0.12 | 306.99 | 0.7 | 0.59 |
| Hex | E0 | 4E | CF | 0 | 41 | 8 | C | 133 | 46 | 3B |
| Octal | 340 | 116 | 317 | 0 | 101 | 10 | 14 | 463 | 106 | 73 |
| Binary | 11100000 | 1001110 | 11001111 | 0 | 1000001 | 1000 | 1100 | 100110011 | 1000110 | 111011 |
Color Harmonies of #E04ECF
Complementary color
Monochromatic Colors of #E04ECF
Black with #E04ECF
Text Example
Text Example
White with #E04ECF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E04ECF; }
p { color: rgb(224,78,207); }
H1.HeaderClassName
{
color: #E04ECF;
}
.AnyTagClassName
{
color: #E04ECF;
}
</style>
background-color css
<style>
a { background-color: #E04ECF; }
a { background-color: rgb(224,78,207); }
div.DivClassName
{
background-color: #E04ECF;
}
.BgClassName
{
background-color: #E04ECF;
}
</style>
border-color css
<style>
span { border-color: #E04ECF; }
span { border-color: rgb(224,78,207); }
td.TdClassName
{
border-color: #E04ECF;
}
.TagClassName
{
border-color: #E04ECF;
}
</style>