Html Css Color HEX #E86AD1 Free Speech Magenta
📋 copy color: '#E86AD1'red 232 ◦ green 106 ◦ blue 209
Shades of Free Speech Magenta #E86AD1
Tints of Free Speech Magenta #E86AD1
RGB
CMYK
RGB Variations
Color information
#E86AD1 (or 0xE86AD1) is known color: Free Speech Magenta. HEX triplet: E8, 6A and D1. RGB value is (232,106,209). Sum of RGB (Red+Green+Blue) = 232+106+209=547 (72% of max value = 765). Red value is 232 (91.02% from 255 or 42.41% from 547); Green value is 106 (41.80% from 255 or 19.38% from 547); Blue value is 209 (82.03% from 255 or 38.21% from 547); Max value from RGB is 232 - color contains mainly: red. Hex color #E86AD1 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E86AD1 is #17952E. Grayscale: #9B9B9B. Windows color (decimal): -1545519 or 13724392. OLE color: 13724392.
HSL color Cylindrical-coordinate representation of color #E86AD1: hue angle of 310.95º degrees, saturation: 0.73, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #E86AD1 is Cyan = 0, Magento = 0.54, Yellow = 0.10 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 106 | 209 | - |
| CMYK | 0 | 0.54 | 0.10 | 0.09 |
| HSL | 310.95º | 0.73% | 0.66% | - |
| HSV(B) | 310.95º | 0.54% | 0.91% | - |
| XYZ | 49.94 | 32.07 | 63.88 | - |
| YUV | 155.42 | 158.24 | 182.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 106 | 209 | 0 | 0.54 | 0.10 | 0.09 | 310.95 | 0.73 | 0.66 |
| Hex | E8 | 6A | D1 | 0 | 36 | A | 9 | 137 | 49 | 42 |
| Octal | 350 | 152 | 321 | 0 | 66 | 12 | 11 | 467 | 111 | 102 |
| Binary | 11101000 | 1101010 | 11010001 | 0 | 110110 | 1010 | 1001 | 100110111 | 1001001 | 1000010 |
Color Harmonies of #E86AD1
Complementary color
Monochromatic Colors of #E86AD1
Black with #E86AD1
Text Example
Text Example
White with #E86AD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E86AD1; }
p { color: rgb(232,106,209); }
H1.HeaderClassName
{
color: #E86AD1;
}
.AnyTagClassName
{
color: #E86AD1;
}
</style>
background-color css
<style>
a { background-color: #E86AD1; }
a { background-color: rgb(232,106,209); }
div.DivClassName
{
background-color: #E86AD1;
}
.BgClassName
{
background-color: #E86AD1;
}
</style>
border-color css
<style>
span { border-color: #E86AD1; }
span { border-color: rgb(232,106,209); }
td.TdClassName
{
border-color: #E86AD1;
}
.TagClassName
{
border-color: #E86AD1;
}
</style>