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