Html Css Color HEX #E849F0 Free Speech Magenta
📋 copy color: '#E849F0'red 232 ◦ green 73 ◦ blue 240
Shades of Free Speech Magenta #E849F0
Tints of Free Speech Magenta #E849F0
RGB
CMYK
RGB Variations
Color information
#E849F0 (or 0xE849F0) is known color: Free Speech Magenta. HEX triplet: E8, 49 and F0. RGB value is (232,73,240). Sum of RGB (Red+Green+Blue) = 232+73+240=545 (72% of max value = 765). Red value is 232 (91.02% from 255 or 42.57% from 545); Green value is 73 (28.91% from 255 or 13.39% from 545); Blue value is 240 (94.14% from 255 or 44.04% from 545); Max value from RGB is 240 - color contains mainly: blue. Hex color #E849F0 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #E849F0 is #17B60F. Grayscale: #8B8B8B. Windows color (decimal): -1553936 or 15747560. OLE color: 15747560.
HSL color Cylindrical-coordinate representation of color #E849F0: hue angle of 297.13º degrees, saturation: 0.85, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #E849F0 is Cyan = 0.03, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 232 | 73 | 240 | - |
| CMYK | 0.03 | 0.70 | 0 | 0.06 |
| HSL | 297.13º | 0.85% | 0.61% | - |
| HSV(B) | 297.13º | 0.7% | 0.94% | - |
| XYZ | 51.39 | 28.21 | 85.18 | - |
| YUV | 139.58 | 184.68 | 193.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 73 | 240 | 0.03 | 0.70 | 0 | 0.06 | 297.13 | 0.85 | 0.61 |
| Hex | E8 | 49 | F0 | 3 | 46 | 0 | 6 | 129 | 55 | 3D |
| Octal | 350 | 111 | 360 | 3 | 106 | 0 | 6 | 451 | 125 | 75 |
| Binary | 11101000 | 1001001 | 11110000 | 11 | 1000110 | 0 | 110 | 100101001 | 1010101 | 111101 |
Color Harmonies of #E849F0
Complementary color
Monochromatic Colors of #E849F0
Black with #E849F0
Text Example
Text Example
White with #E849F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E849F0; }
p { color: rgb(232,73,240); }
H1.HeaderClassName
{
color: #E849F0;
}
.AnyTagClassName
{
color: #E849F0;
}
</style>
background-color css
<style>
a { background-color: #E849F0; }
a { background-color: rgb(232,73,240); }
div.DivClassName
{
background-color: #E849F0;
}
.BgClassName
{
background-color: #E849F0;
}
</style>
border-color css
<style>
span { border-color: #E849F0; }
span { border-color: rgb(232,73,240); }
td.TdClassName
{
border-color: #E849F0;
}
.TagClassName
{
border-color: #E849F0;
}
</style>