Html Css Color HEX #E859D1 Free Speech Magenta
📋 copy color: '#E859D1'red 232 ◦ green 89 ◦ blue 209
Shades of Free Speech Magenta #E859D1
Tints of Free Speech Magenta #E859D1
RGB
CMYK
RGB Variations
Color information
#E859D1 (or 0xE859D1) is known color: Free Speech Magenta. HEX triplet: E8, 59 and D1. RGB value is (232,89,209). Sum of RGB (Red+Green+Blue) = 232+89+209=530 (70% of max value = 765). Red value is 232 (91.02% from 255 or 43.77% from 530); Green value is 89 (35.16% from 255 or 16.79% from 530); Blue value is 209 (82.03% from 255 or 39.43% from 530); Max value from RGB is 232 - color contains mainly: red. Hex color #E859D1 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E859D1 is #17A62E. Grayscale: #919191. Windows color (decimal): -1549871 or 13720040. OLE color: 13720040.
HSL color Cylindrical-coordinate representation of color #E859D1: hue angle of 309.65º degrees, saturation: 0.76, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #E859D1 is Cyan = 0, Magento = 0.62, Yellow = 0.10 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 89 | 209 | - |
| CMYK | 0 | 0.62 | 0.10 | 0.09 |
| HSL | 309.65º | 0.76% | 0.63% | - |
| HSV(B) | 309.65º | 0.62% | 0.91% | - |
| XYZ | 48.36 | 28.9 | 63.35 | - |
| YUV | 145.44 | 163.88 | 189.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 89 | 209 | 0 | 0.62 | 0.10 | 0.09 | 309.65 | 0.76 | 0.63 |
| Hex | E8 | 59 | D1 | 0 | 3E | A | 9 | 136 | 4C | 3F |
| Octal | 350 | 131 | 321 | 0 | 76 | 12 | 11 | 466 | 114 | 77 |
| Binary | 11101000 | 1011001 | 11010001 | 0 | 111110 | 1010 | 1001 | 100110110 | 1001100 | 111111 |
Color Harmonies of #E859D1
Complementary color
Monochromatic Colors of #E859D1
Black with #E859D1
Text Example
Text Example
White with #E859D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E859D1; }
p { color: rgb(232,89,209); }
H1.HeaderClassName
{
color: #E859D1;
}
.AnyTagClassName
{
color: #E859D1;
}
</style>
background-color css
<style>
a { background-color: #E859D1; }
a { background-color: rgb(232,89,209); }
div.DivClassName
{
background-color: #E859D1;
}
.BgClassName
{
background-color: #E859D1;
}
</style>
border-color css
<style>
span { border-color: #E859D1; }
span { border-color: rgb(232,89,209); }
td.TdClassName
{
border-color: #E859D1;
}
.TagClassName
{
border-color: #E859D1;
}
</style>