Html Css Color HEX #E74DF1 Free Speech Magenta
📋 copy color: '#E74DF1'red 231 ◦ green 77 ◦ blue 241
Shades of Free Speech Magenta #E74DF1
Tints of Free Speech Magenta #E74DF1
RGB
CMYK
RGB Variations
Color information
#E74DF1 (or 0xE74DF1) is known color: Free Speech Magenta. HEX triplet: E7, 4D and F1. RGB value is (231,77,241). Sum of RGB (Red+Green+Blue) = 231+77+241=549 (72% of max value = 765). Red value is 231 (90.62% from 255 or 42.08% from 549); Green value is 77 (30.47% from 255 or 14.03% from 549); Blue value is 241 (94.53% from 255 or 43.90% from 549); Max value from RGB is 241 - color contains mainly: blue. Hex color #E74DF1 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #E74DF1 is #18B20E. Grayscale: #8D8D8D. Windows color (decimal): -1618447 or 15814119. OLE color: 15814119.
HSL color Cylindrical-coordinate representation of color #E74DF1: hue angle of 296.34º 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 #E74DF1 is Cyan = 0.04, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 231 | 77 | 241 | - |
| CMYK | 0.04 | 0.68 | 0 | 0.05 |
| HSL | 296.34º | 0.85% | 0.62% | - |
| HSV(B) | 296.34º | 0.68% | 0.95% | - |
| XYZ | 51.49 | 28.65 | 86.04 | - |
| YUV | 141.74 | 184.02 | 191.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 77 | 241 | 0.04 | 0.68 | 0 | 0.05 | 296.34 | 0.85 | 0.62 |
| Hex | E7 | 4D | F1 | 4 | 44 | 0 | 5 | 128 | 55 | 3E |
| Octal | 347 | 115 | 361 | 4 | 104 | 0 | 5 | 450 | 125 | 76 |
| Binary | 11100111 | 1001101 | 11110001 | 100 | 1000100 | 0 | 101 | 100101000 | 1010101 | 111110 |
Color Harmonies of #E74DF1
Complementary color
Monochromatic Colors of #E74DF1
Black with #E74DF1
Text Example
Text Example
White with #E74DF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E74DF1; }
p { color: rgb(231,77,241); }
H1.HeaderClassName
{
color: #E74DF1;
}
.AnyTagClassName
{
color: #E74DF1;
}
</style>
background-color css
<style>
a { background-color: #E74DF1; }
a { background-color: rgb(231,77,241); }
div.DivClassName
{
background-color: #E74DF1;
}
.BgClassName
{
background-color: #E74DF1;
}
</style>
border-color css
<style>
span { border-color: #E74DF1; }
span { border-color: rgb(231,77,241); }
td.TdClassName
{
border-color: #E74DF1;
}
.TagClassName
{
border-color: #E74DF1;
}
</style>