Html Css Color HEX #E04DEE Free Speech Magenta
📋 copy color: '#E04DEE'red 224 ◦ green 77 ◦ blue 238
Shades of Free Speech Magenta #E04DEE
Tints of Free Speech Magenta #E04DEE
RGB
CMYK
RGB Variations
Color information
#E04DEE (or 0xE04DEE) is known color: Free Speech Magenta. HEX triplet: E0, 4D and EE. RGB value is (224,77,238). Sum of RGB (Red+Green+Blue) = 224+77+238=539 (71% of max value = 765). Red value is 224 (87.89% from 255 or 41.56% from 539); Green value is 77 (30.47% from 255 or 14.29% from 539); Blue value is 238 (93.36% from 255 or 44.16% from 539); Max value from RGB is 238 - color contains mainly: blue. Hex color #E04DEE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E04DEE is #1FB211. Grayscale: #8A8A8A. Windows color (decimal): -2077202 or 15617504. OLE color: 15617504.
HSL color Cylindrical-coordinate representation of color #E04DEE: hue angle of 294.78º degrees, saturation: 0.83, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #E04DEE is Cyan = 0.06, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 224 | 77 | 238 | - |
| CMYK | 0.06 | 0.68 | 0 | 0.07 |
| HSL | 294.78º | 0.83% | 0.62% | - |
| HSV(B) | 294.78º | 0.68% | 0.93% | - |
| XYZ | 48.83 | 27.33 | 83.59 | - |
| YUV | 139.31 | 183.7 | 188.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 77 | 238 | 0.06 | 0.68 | 0 | 0.07 | 294.78 | 0.83 | 0.62 |
| Hex | E0 | 4D | EE | 6 | 44 | 0 | 7 | 127 | 53 | 3E |
| Octal | 340 | 115 | 356 | 6 | 104 | 0 | 7 | 447 | 123 | 76 |
| Binary | 11100000 | 1001101 | 11101110 | 110 | 1000100 | 0 | 111 | 100100111 | 1010011 | 111110 |
Color Harmonies of #E04DEE
Complementary color
Monochromatic Colors of #E04DEE
Black with #E04DEE
Text Example
Text Example
White with #E04DEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E04DEE; }
p { color: rgb(224,77,238); }
H1.HeaderClassName
{
color: #E04DEE;
}
.AnyTagClassName
{
color: #E04DEE;
}
</style>
background-color css
<style>
a { background-color: #E04DEE; }
a { background-color: rgb(224,77,238); }
div.DivClassName
{
background-color: #E04DEE;
}
.BgClassName
{
background-color: #E04DEE;
}
</style>
border-color css
<style>
span { border-color: #E04DEE; }
span { border-color: rgb(224,77,238); }
td.TdClassName
{
border-color: #E04DEE;
}
.TagClassName
{
border-color: #E04DEE;
}
</style>