Html Css Color HEX #E861F0 Free Speech Magenta
📋 copy color: '#E861F0'red 232 ◦ green 97 ◦ blue 240
Shades of Free Speech Magenta #E861F0
Tints of Free Speech Magenta #E861F0
RGB
CMYK
RGB Variations
Color information
#E861F0 (or 0xE861F0) is known color: Free Speech Magenta. HEX triplet: E8, 61 and F0. RGB value is (232,97,240). Sum of RGB (Red+Green+Blue) = 232+97+240=569 (75% of max value = 765). Red value is 232 (91.02% from 255 or 40.77% from 569); Green value is 97 (38.28% from 255 or 17.05% from 569); Blue value is 240 (94.14% from 255 or 42.18% from 569); Max value from RGB is 240 - color contains mainly: blue. Hex color #E861F0 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #E861F0 is #179E0F. Grayscale: #999999. Windows color (decimal): -1547792 or 15753704. OLE color: 15753704.
HSL color Cylindrical-coordinate representation of color #E861F0: hue angle of 296.64º degrees, saturation: 0.83, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #E861F0 is Cyan = 0.03, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 232 | 97 | 240 | - |
| CMYK | 0.03 | 0.60 | 0 | 0.06 |
| HSL | 296.64º | 0.83% | 0.66% | - |
| HSV(B) | 296.64º | 0.6% | 0.94% | - |
| XYZ | 53.28 | 32 | 85.81 | - |
| YUV | 153.67 | 176.73 | 183.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 97 | 240 | 0.03 | 0.60 | 0 | 0.06 | 296.64 | 0.83 | 0.66 |
| Hex | E8 | 61 | F0 | 3 | 3C | 0 | 6 | 129 | 53 | 42 |
| Octal | 350 | 141 | 360 | 3 | 74 | 0 | 6 | 451 | 123 | 102 |
| Binary | 11101000 | 1100001 | 11110000 | 11 | 111100 | 0 | 110 | 100101001 | 1010011 | 1000010 |
Color Harmonies of #E861F0
Complementary color
Monochromatic Colors of #E861F0
Black with #E861F0
Text Example
Text Example
White with #E861F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E861F0; }
p { color: rgb(232,97,240); }
H1.HeaderClassName
{
color: #E861F0;
}
.AnyTagClassName
{
color: #E861F0;
}
</style>
background-color css
<style>
a { background-color: #E861F0; }
a { background-color: rgb(232,97,240); }
div.DivClassName
{
background-color: #E861F0;
}
.BgClassName
{
background-color: #E861F0;
}
</style>
border-color css
<style>
span { border-color: #E861F0; }
span { border-color: rgb(232,97,240); }
td.TdClassName
{
border-color: #E861F0;
}
.TagClassName
{
border-color: #E861F0;
}
</style>