Html Css Color HEX #E739F0 Free Speech Magenta
📋 copy color: '#E739F0'red 231 ◦ green 57 ◦ blue 240
Shades of Free Speech Magenta #E739F0
Tints of Free Speech Magenta #E739F0
RGB
CMYK
RGB Variations
Color information
#E739F0 (or 0xE739F0) is known color: Free Speech Magenta. HEX triplet: E7, 39 and F0. RGB value is (231,57,240). Sum of RGB (Red+Green+Blue) = 231+57+240=528 (69% of max value = 765). Red value is 231 (90.62% from 255 or 43.75% from 528); Green value is 57 (22.66% from 255 or 10.80% from 528); Blue value is 240 (94.14% from 255 or 45.45% from 528); Max value from RGB is 240 - color contains mainly: blue. Hex color #E739F0 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #E739F0 is #18C60F. Grayscale: #818181. Windows color (decimal): -1623568 or 15743463. OLE color: 15743463.
HSL color Cylindrical-coordinate representation of color #E739F0: hue angle of 297.05º degrees, saturation: 0.86, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #E739F0 is Cyan = 0.04, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 231 | 57 | 240 | - |
| CMYK | 0.04 | 0.76 | 0 | 0.06 |
| HSL | 297.05º | 0.86% | 0.58% | - |
| HSV(B) | 297.05º | 0.76% | 0.94% | - |
| XYZ | 50.15 | 26.21 | 84.85 | - |
| YUV | 129.89 | 190.15 | 200.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 57 | 240 | 0.04 | 0.76 | 0 | 0.06 | 297.05 | 0.86 | 0.58 |
| Hex | E7 | 39 | F0 | 4 | 4C | 0 | 6 | 129 | 56 | 3A |
| Octal | 347 | 71 | 360 | 4 | 114 | 0 | 6 | 451 | 126 | 72 |
| Binary | 11100111 | 111001 | 11110000 | 100 | 1001100 | 0 | 110 | 100101001 | 1010110 | 111010 |
Color Harmonies of #E739F0
Complementary color
Monochromatic Colors of #E739F0
Black with #E739F0
Text Example
Text Example
White with #E739F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E739F0; }
p { color: rgb(231,57,240); }
H1.HeaderClassName
{
color: #E739F0;
}
.AnyTagClassName
{
color: #E739F0;
}
</style>
background-color css
<style>
a { background-color: #E739F0; }
a { background-color: rgb(231,57,240); }
div.DivClassName
{
background-color: #E739F0;
}
.BgClassName
{
background-color: #E739F0;
}
</style>
border-color css
<style>
span { border-color: #E739F0; }
span { border-color: rgb(231,57,240); }
td.TdClassName
{
border-color: #E739F0;
}
.TagClassName
{
border-color: #E739F0;
}
</style>