Html Css Color HEX #E86ADD Free Speech Magenta
📋 copy color: '#E86ADD'red 232 ◦ green 106 ◦ blue 221
Shades of Free Speech Magenta #E86ADD
Tints of Free Speech Magenta #E86ADD
RGB
CMYK
RGB Variations
Color information
#E86ADD (or 0xE86ADD) is known color: Free Speech Magenta. HEX triplet: E8, 6A and DD. RGB value is (232,106,221). Sum of RGB (Red+Green+Blue) = 232+106+221=559 (74% of max value = 765). Red value is 232 (91.02% from 255 or 41.50% from 559); Green value is 106 (41.80% from 255 or 18.96% from 559); Blue value is 221 (86.72% from 255 or 39.53% from 559); Max value from RGB is 232 - color contains mainly: red. Hex color #E86ADD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E86ADD is #179522. Grayscale: #9C9C9C. Windows color (decimal): -1545507 or 14510824. OLE color: 14510824.
HSL color Cylindrical-coordinate representation of color #E86ADD: hue angle of 305.24º 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 #E86ADD is Cyan = 0, Magento = 0.54, Yellow = 0.05 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 106 | 221 | - |
| CMYK | 0 | 0.54 | 0.05 | 0.09 |
| HSL | 305.24º | 0.73% | 0.66% | - |
| HSV(B) | 305.24º | 0.54% | 0.91% | - |
| XYZ | 51.48 | 32.68 | 72 | - |
| YUV | 156.78 | 164.24 | 181.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 106 | 221 | 0 | 0.54 | 0.05 | 0.09 | 305.24 | 0.73 | 0.66 |
| Hex | E8 | 6A | DD | 0 | 36 | 5 | 9 | 131 | 49 | 42 |
| Octal | 350 | 152 | 335 | 0 | 66 | 5 | 11 | 461 | 111 | 102 |
| Binary | 11101000 | 1101010 | 11011101 | 0 | 110110 | 101 | 1001 | 100110001 | 1001001 | 1000010 |
Color Harmonies of #E86ADD
Complementary color
Monochromatic Colors of #E86ADD
Black with #E86ADD
Text Example
Text Example
White with #E86ADD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E86ADD; }
p { color: rgb(232,106,221); }
H1.HeaderClassName
{
color: #E86ADD;
}
.AnyTagClassName
{
color: #E86ADD;
}
</style>
background-color css
<style>
a { background-color: #E86ADD; }
a { background-color: rgb(232,106,221); }
div.DivClassName
{
background-color: #E86ADD;
}
.BgClassName
{
background-color: #E86ADD;
}
</style>
border-color css
<style>
span { border-color: #E86ADD; }
span { border-color: rgb(232,106,221); }
td.TdClassName
{
border-color: #E86ADD;
}
.TagClassName
{
border-color: #E86ADD;
}
</style>