Html Css Color HEX #E04DF1 Free Speech Magenta
📋 copy color: '#E04DF1'red 224 ◦ green 77 ◦ blue 241
Shades of Free Speech Magenta #E04DF1
Tints of Free Speech Magenta #E04DF1
RGB
CMYK
RGB Variations
Color information
#E04DF1 (or 0xE04DF1) is known color: Free Speech Magenta. HEX triplet: E0, 4D and F1. RGB value is (224,77,241). Sum of RGB (Red+Green+Blue) = 224+77+241=542 (71% of max value = 765). Red value is 224 (87.89% from 255 or 41.33% from 542); Green value is 77 (30.47% from 255 or 14.21% from 542); Blue value is 241 (94.53% from 255 or 44.46% from 542); Max value from RGB is 241 - color contains mainly: blue. Hex color #E04DF1 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E04DF1 is #1FB20E. Grayscale: #8B8B8B. Windows color (decimal): -2077199 or 15814112. OLE color: 15814112.
HSL color Cylindrical-coordinate representation of color #E04DF1: hue angle of 293.78º degrees, saturation: 0.85, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #E04DF1 is Cyan = 0.07, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 224 | 77 | 241 | - |
| CMYK | 0.07 | 0.68 | 0 | 0.05 |
| HSL | 293.78º | 0.85% | 0.62% | - |
| HSV(B) | 293.78º | 0.68% | 0.95% | - |
| XYZ | 49.27 | 27.51 | 85.93 | - |
| YUV | 139.65 | 185.2 | 188.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 77 | 241 | 0.07 | 0.68 | 0 | 0.05 | 293.78 | 0.85 | 0.62 |
| Hex | E0 | 4D | F1 | 7 | 44 | 0 | 5 | 126 | 55 | 3E |
| Octal | 340 | 115 | 361 | 7 | 104 | 0 | 5 | 446 | 125 | 76 |
| Binary | 11100000 | 1001101 | 11110001 | 111 | 1000100 | 0 | 101 | 100100110 | 1010101 | 111110 |
Color Harmonies of #E04DF1
Complementary color
Monochromatic Colors of #E04DF1
Black with #E04DF1
Text Example
Text Example
White with #E04DF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E04DF1; }
p { color: rgb(224,77,241); }
H1.HeaderClassName
{
color: #E04DF1;
}
.AnyTagClassName
{
color: #E04DF1;
}
</style>
background-color css
<style>
a { background-color: #E04DF1; }
a { background-color: rgb(224,77,241); }
div.DivClassName
{
background-color: #E04DF1;
}
.BgClassName
{
background-color: #E04DF1;
}
</style>
border-color css
<style>
span { border-color: #E04DF1; }
span { border-color: rgb(224,77,241); }
td.TdClassName
{
border-color: #E04DF1;
}
.TagClassName
{
border-color: #E04DF1;
}
</style>