Html Css Color HEX #E74DF6 Free Speech Magenta
📋 copy color: '#E74DF6'red 231 ◦ green 77 ◦ blue 246
Shades of Free Speech Magenta #E74DF6
Tints of Free Speech Magenta #E74DF6
RGB
CMYK
RGB Variations
Color information
#E74DF6 (or 0xE74DF6) is known color: Free Speech Magenta. HEX triplet: E7, 4D and F6. RGB value is (231,77,246). Sum of RGB (Red+Green+Blue) = 231+77+246=554 (73% of max value = 765). Red value is 231 (90.62% from 255 or 41.70% from 554); Green value is 77 (30.47% from 255 or 13.90% from 554); Blue value is 246 (96.48% from 255 or 44.40% from 554); Max value from RGB is 246 - color contains mainly: blue. Hex color #E74DF6 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #E74DF6 is #18B209. Grayscale: #8D8D8D. Windows color (decimal): -1618442 or 16141799. OLE color: 16141799.
HSL color Cylindrical-coordinate representation of color #E74DF6: hue angle of 294.67º degrees, saturation: 0.9, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #E74DF6 is Cyan = 0.06, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 231 | 77 | 246 | - |
| CMYK | 0.06 | 0.69 | 0 | 0.04 |
| HSL | 294.67º | 0.9% | 0.63% | - |
| HSV(B) | 294.67º | 0.69% | 0.96% | - |
| XYZ | 52.24 | 28.95 | 90.02 | - |
| YUV | 142.31 | 186.52 | 191.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 77 | 246 | 0.06 | 0.69 | 0 | 0.04 | 294.67 | 0.9 | 0.63 |
| Hex | E7 | 4D | F6 | 6 | 45 | 0 | 4 | 127 | 5A | 3F |
| Octal | 347 | 115 | 366 | 6 | 105 | 0 | 4 | 447 | 132 | 77 |
| Binary | 11100111 | 1001101 | 11110110 | 110 | 1000101 | 0 | 100 | 100100111 | 1011010 | 111111 |
Color Harmonies of #E74DF6
Complementary color
Monochromatic Colors of #E74DF6
Black with #E74DF6
Text Example
Text Example
White with #E74DF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E74DF6; }
p { color: rgb(231,77,246); }
H1.HeaderClassName
{
color: #E74DF6;
}
.AnyTagClassName
{
color: #E74DF6;
}
</style>
background-color css
<style>
a { background-color: #E74DF6; }
a { background-color: rgb(231,77,246); }
div.DivClassName
{
background-color: #E74DF6;
}
.BgClassName
{
background-color: #E74DF6;
}
</style>
border-color css
<style>
span { border-color: #E74DF6; }
span { border-color: rgb(231,77,246); }
td.TdClassName
{
border-color: #E74DF6;
}
.TagClassName
{
border-color: #E74DF6;
}
</style>