Html Css Color HEX #E04DF4 Free Speech Magenta
📋 copy color: '#E04DF4'red 224 ◦ green 77 ◦ blue 244
Shades of Free Speech Magenta #E04DF4
Tints of Free Speech Magenta #E04DF4
RGB
CMYK
RGB Variations
Color information
#E04DF4 (or 0xE04DF4) is known color: Free Speech Magenta. HEX triplet: E0, 4D and F4. RGB value is (224,77,244). Sum of RGB (Red+Green+Blue) = 224+77+244=545 (72% of max value = 765). Red value is 224 (87.89% from 255 or 41.10% from 545); Green value is 77 (30.47% from 255 or 14.13% from 545); Blue value is 244 (95.70% from 255 or 44.77% from 545); Max value from RGB is 244 - color contains mainly: blue. Hex color #E04DF4 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E04DF4 is #1FB20B. Grayscale: #8B8B8B. Windows color (decimal): -2077196 or 16010720. OLE color: 16010720.
HSL color Cylindrical-coordinate representation of color #E04DF4: hue angle of 292.81º degrees, saturation: 0.88, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #E04DF4 is Cyan = 0.08, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 224 | 77 | 244 | - |
| CMYK | 0.08 | 0.68 | 0 | 0.04 |
| HSL | 292.81º | 0.88% | 0.63% | - |
| HSV(B) | 292.81º | 0.68% | 0.96% | - |
| XYZ | 49.72 | 27.69 | 88.31 | - |
| YUV | 139.99 | 186.7 | 187.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 77 | 244 | 0.08 | 0.68 | 0 | 0.04 | 292.81 | 0.88 | 0.63 |
| Hex | E0 | 4D | F4 | 8 | 44 | 0 | 4 | 125 | 58 | 3F |
| Octal | 340 | 115 | 364 | 10 | 104 | 0 | 4 | 445 | 130 | 77 |
| Binary | 11100000 | 1001101 | 11110100 | 1000 | 1000100 | 0 | 100 | 100100101 | 1011000 | 111111 |
Color Harmonies of #E04DF4
Complementary color
Monochromatic Colors of #E04DF4
Black with #E04DF4
Text Example
Text Example
White with #E04DF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E04DF4; }
p { color: rgb(224,77,244); }
H1.HeaderClassName
{
color: #E04DF4;
}
.AnyTagClassName
{
color: #E04DF4;
}
</style>
background-color css
<style>
a { background-color: #E04DF4; }
a { background-color: rgb(224,77,244); }
div.DivClassName
{
background-color: #E04DF4;
}
.BgClassName
{
background-color: #E04DF4;
}
</style>
border-color css
<style>
span { border-color: #E04DF4; }
span { border-color: rgb(224,77,244); }
td.TdClassName
{
border-color: #E04DF4;
}
.TagClassName
{
border-color: #E04DF4;
}
</style>