Html Css Color HEX #E861ED Free Speech Magenta
📋 copy color: '#E861ED'red 232 ◦ green 97 ◦ blue 237
Shades of Free Speech Magenta #E861ED
Tints of Free Speech Magenta #E861ED
RGB
CMYK
RGB Variations
Color information
#E861ED (or 0xE861ED) is known color: Free Speech Magenta. HEX triplet: E8, 61 and ED. RGB value is (232,97,237). Sum of RGB (Red+Green+Blue) = 232+97+237=566 (74% of max value = 765). Red value is 232 (91.02% from 255 or 40.99% from 566); Green value is 97 (38.28% from 255 or 17.14% from 566); Blue value is 237 (92.97% from 255 or 41.87% from 566); Max value from RGB is 237 - color contains mainly: blue. Hex color #E861ED is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #E861ED is #179E12. Grayscale: #989898. Windows color (decimal): -1547795 or 15557096. OLE color: 15557096.
HSL color Cylindrical-coordinate representation of color #E861ED: hue angle of 297.86º degrees, saturation: 0.8, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #E861ED is Cyan = 0.02, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 232 | 97 | 237 | - |
| CMYK | 0.02 | 0.59 | 0 | 0.07 |
| HSL | 297.86º | 0.8% | 0.65% | - |
| HSV(B) | 297.86º | 0.59% | 0.93% | - |
| XYZ | 52.84 | 31.82 | 83.48 | - |
| YUV | 153.33 | 175.23 | 184.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 97 | 237 | 0.02 | 0.59 | 0 | 0.07 | 297.86 | 0.8 | 0.65 |
| Hex | E8 | 61 | ED | 2 | 3B | 0 | 7 | 12A | 50 | 41 |
| Octal | 350 | 141 | 355 | 2 | 73 | 0 | 7 | 452 | 120 | 101 |
| Binary | 11101000 | 1100001 | 11101101 | 10 | 111011 | 0 | 111 | 100101010 | 1010000 | 1000001 |
Color Harmonies of #E861ED
Complementary color
Monochromatic Colors of #E861ED
Black with #E861ED
Text Example
Text Example
White with #E861ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E861ED; }
p { color: rgb(232,97,237); }
H1.HeaderClassName
{
color: #E861ED;
}
.AnyTagClassName
{
color: #E861ED;
}
</style>
background-color css
<style>
a { background-color: #E861ED; }
a { background-color: rgb(232,97,237); }
div.DivClassName
{
background-color: #E861ED;
}
.BgClassName
{
background-color: #E861ED;
}
</style>
border-color css
<style>
span { border-color: #E861ED; }
span { border-color: rgb(232,97,237); }
td.TdClassName
{
border-color: #E861ED;
}
.TagClassName
{
border-color: #E861ED;
}
</style>