Html Css Color HEX #E74CF1 Free Speech Magenta
📋 copy color: '#E74CF1'red 231 ◦ green 76 ◦ blue 241
Shades of Free Speech Magenta #E74CF1
Tints of Free Speech Magenta #E74CF1
RGB
CMYK
RGB Variations
Color information
#E74CF1 (or 0xE74CF1) is known color: Free Speech Magenta. HEX triplet: E7, 4C and F1. RGB value is (231,76,241). Sum of RGB (Red+Green+Blue) = 231+76+241=548 (72% of max value = 765). Red value is 231 (90.62% from 255 or 42.15% from 548); Green value is 76 (30.08% from 255 or 13.87% from 548); Blue value is 241 (94.53% from 255 or 43.98% from 548); Max value from RGB is 241 - color contains mainly: blue. Hex color #E74CF1 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #E74CF1 is #18B30E. Grayscale: #8C8C8C. Windows color (decimal): -1618703 or 15813863. OLE color: 15813863.
HSL color Cylindrical-coordinate representation of color #E74CF1: hue angle of 296.36º 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 #E74CF1 is Cyan = 0.04, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 231 | 76 | 241 | - |
| CMYK | 0.04 | 0.68 | 0 | 0.05 |
| HSL | 296.36º | 0.85% | 0.62% | - |
| HSV(B) | 296.36º | 0.68% | 0.95% | - |
| XYZ | 51.42 | 28.51 | 86.01 | - |
| YUV | 141.16 | 184.35 | 192.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 76 | 241 | 0.04 | 0.68 | 0 | 0.05 | 296.36 | 0.85 | 0.62 |
| Hex | E7 | 4C | F1 | 4 | 44 | 0 | 5 | 128 | 55 | 3E |
| Octal | 347 | 114 | 361 | 4 | 104 | 0 | 5 | 450 | 125 | 76 |
| Binary | 11100111 | 1001100 | 11110001 | 100 | 1000100 | 0 | 101 | 100101000 | 1010101 | 111110 |
Color Harmonies of #E74CF1
Complementary color
Monochromatic Colors of #E74CF1
Black with #E74CF1
Text Example
Text Example
White with #E74CF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E74CF1; }
p { color: rgb(231,76,241); }
H1.HeaderClassName
{
color: #E74CF1;
}
.AnyTagClassName
{
color: #E74CF1;
}
</style>
background-color css
<style>
a { background-color: #E74CF1; }
a { background-color: rgb(231,76,241); }
div.DivClassName
{
background-color: #E74CF1;
}
.BgClassName
{
background-color: #E74CF1;
}
</style>
border-color css
<style>
span { border-color: #E74CF1; }
span { border-color: rgb(231,76,241); }
td.TdClassName
{
border-color: #E74CF1;
}
.TagClassName
{
border-color: #E74CF1;
}
</style>