Html Css Color HEX #E731F0 Free Speech Magenta
📋 copy color: '#E731F0'red 231 ◦ green 49 ◦ blue 240
Shades of Free Speech Magenta #E731F0
Tints of Free Speech Magenta #E731F0
RGB
CMYK
RGB Variations
Color information
#E731F0 (or 0xE731F0) is known color: Free Speech Magenta. HEX triplet: E7, 31 and F0. RGB value is (231,49,240). Sum of RGB (Red+Green+Blue) = 231+49+240=520 (68% of max value = 765). Red value is 231 (90.62% from 255 or 44.42% from 520); Green value is 49 (19.53% from 255 or 9.42% from 520); Blue value is 240 (94.14% from 255 or 46.15% from 520); Max value from RGB is 240 - color contains mainly: blue. Hex color #E731F0 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #E731F0 is #18CE0F. Grayscale: #7C7C7C. Windows color (decimal): -1625616 or 15741415. OLE color: 15741415.
HSL color Cylindrical-coordinate representation of color #E731F0: hue angle of 297.17º degrees, saturation: 0.86, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #E731F0 is Cyan = 0.04, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 231 | 49 | 240 | - |
| CMYK | 0.04 | 0.80 | 0 | 0.06 |
| HSL | 297.17º | 0.86% | 0.57% | - |
| HSV(B) | 297.17º | 0.8% | 0.94% | - |
| XYZ | 49.78 | 25.48 | 84.73 | - |
| YUV | 125.19 | 192.8 | 203.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 49 | 240 | 0.04 | 0.80 | 0 | 0.06 | 297.17 | 0.86 | 0.57 |
| Hex | E7 | 31 | F0 | 4 | 50 | 0 | 6 | 129 | 56 | 39 |
| Octal | 347 | 61 | 360 | 4 | 120 | 0 | 6 | 451 | 126 | 71 |
| Binary | 11100111 | 110001 | 11110000 | 100 | 1010000 | 0 | 110 | 100101001 | 1010110 | 111001 |
Color Harmonies of #E731F0
Complementary color
Monochromatic Colors of #E731F0
Black with #E731F0
Text Example
Text Example
White with #E731F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E731F0; }
p { color: rgb(231,49,240); }
H1.HeaderClassName
{
color: #E731F0;
}
.AnyTagClassName
{
color: #E731F0;
}
</style>
background-color css
<style>
a { background-color: #E731F0; }
a { background-color: rgb(231,49,240); }
div.DivClassName
{
background-color: #E731F0;
}
.BgClassName
{
background-color: #E731F0;
}
</style>
border-color css
<style>
span { border-color: #E731F0; }
span { border-color: rgb(231,49,240); }
td.TdClassName
{
border-color: #E731F0;
}
.TagClassName
{
border-color: #E731F0;
}
</style>