Html Css Color HEX #E861D7 Free Speech Magenta
📋 copy color: '#E861D7'red 232 ◦ green 97 ◦ blue 215
Shades of Free Speech Magenta #E861D7
Tints of Free Speech Magenta #E861D7
RGB
CMYK
RGB Variations
Color information
#E861D7 (or 0xE861D7) is known color: Free Speech Magenta. HEX triplet: E8, 61 and D7. RGB value is (232,97,215). Sum of RGB (Red+Green+Blue) = 232+97+215=544 (72% of max value = 765). Red value is 232 (91.02% from 255 or 42.65% from 544); Green value is 97 (38.28% from 255 or 17.83% from 544); Blue value is 215 (84.38% from 255 or 39.52% from 544); Max value from RGB is 232 - color contains mainly: red. Hex color #E861D7 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E861D7 is #179E28. Grayscale: #969696. Windows color (decimal): -1547817 or 14115304. OLE color: 14115304.
HSL color Cylindrical-coordinate representation of color #E861D7: hue angle of 307.56º 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 #E861D7 is Cyan = 0, Magento = 0.58, Yellow = 0.07 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 97 | 215 | - |
| CMYK | 0 | 0.58 | 0.07 | 0.09 |
| HSL | 307.56º | 0.75% | 0.65% | - |
| HSV(B) | 307.56º | 0.58% | 0.91% | - |
| XYZ | 49.82 | 30.61 | 67.57 | - |
| YUV | 150.82 | 164.23 | 185.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 97 | 215 | 0 | 0.58 | 0.07 | 0.09 | 307.56 | 0.75 | 0.65 |
| Hex | E8 | 61 | D7 | 0 | 3A | 7 | 9 | 134 | 4B | 41 |
| Octal | 350 | 141 | 327 | 0 | 72 | 7 | 11 | 464 | 113 | 101 |
| Binary | 11101000 | 1100001 | 11010111 | 0 | 111010 | 111 | 1001 | 100110100 | 1001011 | 1000001 |
Color Harmonies of #E861D7
Complementary color
Monochromatic Colors of #E861D7
Black with #E861D7
Text Example
Text Example
White with #E861D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E861D7; }
p { color: rgb(232,97,215); }
H1.HeaderClassName
{
color: #E861D7;
}
.AnyTagClassName
{
color: #E861D7;
}
</style>
background-color css
<style>
a { background-color: #E861D7; }
a { background-color: rgb(232,97,215); }
div.DivClassName
{
background-color: #E861D7;
}
.BgClassName
{
background-color: #E861D7;
}
</style>
border-color css
<style>
span { border-color: #E861D7; }
span { border-color: rgb(232,97,215); }
td.TdClassName
{
border-color: #E861D7;
}
.TagClassName
{
border-color: #E861D7;
}
</style>