Html Css Color HEX #E04EDD Free Speech Magenta
📋 copy color: '#E04EDD'red 224 ◦ green 78 ◦ blue 221
Shades of Free Speech Magenta #E04EDD
Tints of Free Speech Magenta #E04EDD
RGB
CMYK
RGB Variations
Color information
#E04EDD (or 0xE04EDD) is known color: Free Speech Magenta. HEX triplet: E0, 4E and DD. RGB value is (224,78,221). Sum of RGB (Red+Green+Blue) = 224+78+221=523 (69% of max value = 765). Red value is 224 (87.89% from 255 or 42.83% from 523); Green value is 78 (30.86% from 255 or 14.91% from 523); Blue value is 221 (86.72% from 255 or 42.26% from 523); Max value from RGB is 224 - color contains mainly: red. Hex color #E04EDD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E04EDD is #1FB122. Grayscale: #898989. Windows color (decimal): -2076963 or 14503648. OLE color: 14503648.
HSL color Cylindrical-coordinate representation of color #E04EDD: hue angle of 301.23º 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 #E04EDD is Cyan = 0, Magento = 0.65, Yellow = 0.01 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 78 | 221 | - |
| CMYK | 0 | 0.65 | 0.01 | 0.12 |
| HSL | 301.23º | 0.7% | 0.59% | - |
| HSV(B) | 301.23º | 0.65% | 0.88% | - |
| XYZ | 46.52 | 26.52 | 71.07 | - |
| YUV | 137.96 | 174.87 | 189.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 78 | 221 | 0 | 0.65 | 0.01 | 0.12 | 301.23 | 0.7 | 0.59 |
| Hex | E0 | 4E | DD | 0 | 41 | 1 | C | 12D | 46 | 3B |
| Octal | 340 | 116 | 335 | 0 | 101 | 1 | 14 | 455 | 106 | 73 |
| Binary | 11100000 | 1001110 | 11011101 | 0 | 1000001 | 1 | 1100 | 100101101 | 1000110 | 111011 |
Color Harmonies of #E04EDD
Complementary color
Monochromatic Colors of #E04EDD
Black with #E04EDD
Text Example
Text Example
White with #E04EDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E04EDD; }
p { color: rgb(224,78,221); }
H1.HeaderClassName
{
color: #E04EDD;
}
.AnyTagClassName
{
color: #E04EDD;
}
</style>
background-color css
<style>
a { background-color: #E04EDD; }
a { background-color: rgb(224,78,221); }
div.DivClassName
{
background-color: #E04EDD;
}
.BgClassName
{
background-color: #E04EDD;
}
</style>
border-color css
<style>
span { border-color: #E04EDD; }
span { border-color: rgb(224,78,221); }
td.TdClassName
{
border-color: #E04EDD;
}
.TagClassName
{
border-color: #E04EDD;
}
</style>