Html Css Color HEX #E04DE0 Free Speech Magenta
📋 copy color: '#E04DE0'red 224 ◦ green 77 ◦ blue 224
Shades of Free Speech Magenta #E04DE0
Tints of Free Speech Magenta #E04DE0
RGB
CMYK
RGB Variations
Color information
#E04DE0 (or 0xE04DE0) is known color: Free Speech Magenta. HEX triplet: E0, 4D and E0. RGB value is (224,77,224). Sum of RGB (Red+Green+Blue) = 224+77+224=525 (69% of max value = 765). Red value is 224 (87.89% from 255 or 42.67% from 525); Green value is 77 (30.47% from 255 or 14.67% from 525); Blue value is 224 (87.89% from 255 or 42.67% from 525); Max value from RGB is 224 - color contains mainly: red, blue. Hex color #E04DE0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E04DE0 is #1FB21F. Grayscale: #898989. Windows color (decimal): -2077216 or 14700000. OLE color: 14700000.
HSL color Cylindrical-coordinate representation of color #E04DE0: hue angle of 300º degrees, saturation: 0.7, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #E04DE0 is Cyan = 0, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 77 | 224 | - |
| CMYK | 0 | 0.66 | 0 | 0.12 |
| HSL | 300º | 0.7% | 0.59% | - |
| HSV(B) | 300º | 0.66% | 0.88% | - |
| XYZ | 46.85 | 26.54 | 73.17 | - |
| YUV | 137.71 | 176.7 | 189.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 77 | 224 | 0 | 0.66 | 0 | 0.12 | 300 | 0.7 | 0.59 |
| Hex | E0 | 4D | E0 | 0 | 42 | 0 | C | 12C | 46 | 3B |
| Octal | 340 | 115 | 340 | 0 | 102 | 0 | 14 | 454 | 106 | 73 |
| Binary | 11100000 | 1001101 | 11100000 | 0 | 1000010 | 0 | 1100 | 100101100 | 1000110 | 111011 |
Color Harmonies of #E04DE0
Complementary color
Monochromatic Colors of #E04DE0
Black with #E04DE0
Text Example
Text Example
White with #E04DE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E04DE0; }
p { color: rgb(224,77,224); }
H1.HeaderClassName
{
color: #E04DE0;
}
.AnyTagClassName
{
color: #E04DE0;
}
</style>
background-color css
<style>
a { background-color: #E04DE0; }
a { background-color: rgb(224,77,224); }
div.DivClassName
{
background-color: #E04DE0;
}
.BgClassName
{
background-color: #E04DE0;
}
</style>
border-color css
<style>
span { border-color: #E04DE0; }
span { border-color: rgb(224,77,224); }
td.TdClassName
{
border-color: #E04DE0;
}
.TagClassName
{
border-color: #E04DE0;
}
</style>