Html Css Color HEX #E861DF Free Speech Magenta
📋 copy color: '#E861DF'red 232 ◦ green 97 ◦ blue 223
Shades of Free Speech Magenta #E861DF
Tints of Free Speech Magenta #E861DF
RGB
CMYK
RGB Variations
Color information
#E861DF (or 0xE861DF) is known color: Free Speech Magenta. HEX triplet: E8, 61 and DF. RGB value is (232,97,223). Sum of RGB (Red+Green+Blue) = 232+97+223=552 (73% of max value = 765). Red value is 232 (91.02% from 255 or 42.03% from 552); Green value is 97 (38.28% from 255 or 17.57% from 552); Blue value is 223 (87.5% from 255 or 40.40% from 552); Max value from RGB is 232 - color contains mainly: red. Hex color #E861DF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E861DF is #179E20. Grayscale: #979797. Windows color (decimal): -1547809 or 14639592. OLE color: 14639592.
HSL color Cylindrical-coordinate representation of color #E861DF: hue angle of 304º degrees, saturation: 0.75, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #E861DF is Cyan = 0, Magento = 0.58, Yellow = 0.04 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 97 | 223 | - |
| CMYK | 0 | 0.58 | 0.04 | 0.09 |
| HSL | 304º | 0.75% | 0.65% | - |
| HSV(B) | 304º | 0.58% | 0.91% | - |
| XYZ | 50.87 | 31.03 | 73.12 | - |
| YUV | 151.73 | 168.23 | 185.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 97 | 223 | 0 | 0.58 | 0.04 | 0.09 | 304 | 0.75 | 0.65 |
| Hex | E8 | 61 | DF | 0 | 3A | 4 | 9 | 130 | 4B | 41 |
| Octal | 350 | 141 | 337 | 0 | 72 | 4 | 11 | 460 | 113 | 101 |
| Binary | 11101000 | 1100001 | 11011111 | 0 | 111010 | 100 | 1001 | 100110000 | 1001011 | 1000001 |
Color Harmonies of #E861DF
Complementary color
Monochromatic Colors of #E861DF
Black with #E861DF
Text Example
Text Example
White with #E861DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E861DF; }
p { color: rgb(232,97,223); }
H1.HeaderClassName
{
color: #E861DF;
}
.AnyTagClassName
{
color: #E861DF;
}
</style>
background-color css
<style>
a { background-color: #E861DF; }
a { background-color: rgb(232,97,223); }
div.DivClassName
{
background-color: #E861DF;
}
.BgClassName
{
background-color: #E861DF;
}
</style>
border-color css
<style>
span { border-color: #E861DF; }
span { border-color: rgb(232,97,223); }
td.TdClassName
{
border-color: #E861DF;
}
.TagClassName
{
border-color: #E861DF;
}
</style>