Html Css Color HEX #E04EDB Free Speech Magenta
📋 copy color: '#E04EDB'red 224 ◦ green 78 ◦ blue 219
Shades of Free Speech Magenta #E04EDB
Tints of Free Speech Magenta #E04EDB
RGB
CMYK
RGB Variations
Color information
#E04EDB (or 0xE04EDB) is known color: Free Speech Magenta. HEX triplet: E0, 4E and DB. RGB value is (224,78,219). Sum of RGB (Red+Green+Blue) = 224+78+219=521 (69% of max value = 765). Red value is 224 (87.89% from 255 or 42.99% from 521); Green value is 78 (30.86% from 255 or 14.97% from 521); Blue value is 219 (85.94% from 255 or 42.03% from 521); Max value from RGB is 224 - color contains mainly: red. Hex color #E04EDB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E04EDB is #1FB124. Grayscale: #898989. Windows color (decimal): -2076965 or 14372576. OLE color: 14372576.
HSL color Cylindrical-coordinate representation of color #E04EDB: hue angle of 302.05º 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 #E04EDB is Cyan = 0, Magento = 0.65, Yellow = 0.02 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 78 | 219 | - |
| CMYK | 0 | 0.65 | 0.02 | 0.12 |
| HSL | 302.05º | 0.7% | 0.59% | - |
| HSV(B) | 302.05º | 0.65% | 0.88% | - |
| XYZ | 46.25 | 26.41 | 69.68 | - |
| YUV | 137.73 | 173.87 | 189.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 78 | 219 | 0 | 0.65 | 0.02 | 0.12 | 302.05 | 0.7 | 0.59 |
| Hex | E0 | 4E | DB | 0 | 41 | 2 | C | 12E | 46 | 3B |
| Octal | 340 | 116 | 333 | 0 | 101 | 2 | 14 | 456 | 106 | 73 |
| Binary | 11100000 | 1001110 | 11011011 | 0 | 1000001 | 10 | 1100 | 100101110 | 1000110 | 111011 |
Color Harmonies of #E04EDB
Complementary color
Monochromatic Colors of #E04EDB
Black with #E04EDB
Text Example
Text Example
White with #E04EDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E04EDB; }
p { color: rgb(224,78,219); }
H1.HeaderClassName
{
color: #E04EDB;
}
.AnyTagClassName
{
color: #E04EDB;
}
</style>
background-color css
<style>
a { background-color: #E04EDB; }
a { background-color: rgb(224,78,219); }
div.DivClassName
{
background-color: #E04EDB;
}
.BgClassName
{
background-color: #E04EDB;
}
</style>
border-color css
<style>
span { border-color: #E04EDB; }
span { border-color: rgb(224,78,219); }
td.TdClassName
{
border-color: #E04EDB;
}
.TagClassName
{
border-color: #E04EDB;
}
</style>