Html Css Color HEX #E731EF Free Speech Magenta
📋 copy color: '#E731EF'red 231 ◦ green 49 ◦ blue 239
Shades of Free Speech Magenta #E731EF
Tints of Free Speech Magenta #E731EF
RGB
CMYK
RGB Variations
Color information
#E731EF (or 0xE731EF) is known color: Free Speech Magenta. HEX triplet: E7, 31 and EF. RGB value is (231,49,239). Sum of RGB (Red+Green+Blue) = 231+49+239=519 (68% of max value = 765). Red value is 231 (90.62% from 255 or 44.51% from 519); Green value is 49 (19.53% from 255 or 9.44% from 519); Blue value is 239 (93.75% from 255 or 46.05% from 519); Max value from RGB is 239 - color contains mainly: blue. Hex color #E731EF is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #E731EF is #18CE10. Grayscale: #7C7C7C. Windows color (decimal): -1625617 or 15675879. OLE color: 15675879.
HSL color Cylindrical-coordinate representation of color #E731EF: hue angle of 297.47º degrees, saturation: 0.86, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #E731EF is Cyan = 0.03, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 231 | 49 | 239 | - |
| CMYK | 0.03 | 0.79 | 0 | 0.06 |
| HSL | 297.47º | 0.86% | 0.56% | - |
| HSV(B) | 297.47º | 0.79% | 0.94% | - |
| XYZ | 49.63 | 25.42 | 83.95 | - |
| YUV | 125.08 | 192.3 | 203.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 49 | 239 | 0.03 | 0.79 | 0 | 0.06 | 297.47 | 0.86 | 0.56 |
| Hex | E7 | 31 | EF | 3 | 4F | 0 | 6 | 129 | 56 | 38 |
| Octal | 347 | 61 | 357 | 3 | 117 | 0 | 6 | 451 | 126 | 70 |
| Binary | 11100111 | 110001 | 11101111 | 11 | 1001111 | 0 | 110 | 100101001 | 1010110 | 111000 |
Color Harmonies of #E731EF
Complementary color
Monochromatic Colors of #E731EF
Black with #E731EF
Text Example
Text Example
White with #E731EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E731EF; }
p { color: rgb(231,49,239); }
H1.HeaderClassName
{
color: #E731EF;
}
.AnyTagClassName
{
color: #E731EF;
}
</style>
background-color css
<style>
a { background-color: #E731EF; }
a { background-color: rgb(231,49,239); }
div.DivClassName
{
background-color: #E731EF;
}
.BgClassName
{
background-color: #E731EF;
}
</style>
border-color css
<style>
span { border-color: #E731EF; }
span { border-color: rgb(231,49,239); }
td.TdClassName
{
border-color: #E731EF;
}
.TagClassName
{
border-color: #E731EF;
}
</style>