Html Css Color HEX #E86ACD Free Speech Magenta
📋 copy color: '#E86ACD'red 232 ◦ green 106 ◦ blue 205
Shades of Free Speech Magenta #E86ACD
Tints of Free Speech Magenta #E86ACD
RGB
CMYK
RGB Variations
Color information
#E86ACD (or 0xE86ACD) is known color: Free Speech Magenta. HEX triplet: E8, 6A and CD. RGB value is (232,106,205). Sum of RGB (Red+Green+Blue) = 232+106+205=543 (71% of max value = 765). Red value is 232 (91.02% from 255 or 42.73% from 543); Green value is 106 (41.80% from 255 or 19.52% from 543); Blue value is 205 (80.47% from 255 or 37.75% from 543); Max value from RGB is 232 - color contains mainly: red. Hex color #E86ACD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E86ACD is #179532. Grayscale: #9A9A9A. Windows color (decimal): -1545523 or 13462248. OLE color: 13462248.
HSL color Cylindrical-coordinate representation of color #E86ACD: hue angle of 312.86º 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 #E86ACD is Cyan = 0, Magento = 0.54, Yellow = 0.12 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 106 | 205 | - |
| CMYK | 0 | 0.54 | 0.12 | 0.09 |
| HSL | 312.86º | 0.73% | 0.66% | - |
| HSV(B) | 312.86º | 0.54% | 0.91% | - |
| XYZ | 49.45 | 31.87 | 61.3 | - |
| YUV | 154.96 | 156.24 | 182.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 106 | 205 | 0 | 0.54 | 0.12 | 0.09 | 312.86 | 0.73 | 0.66 |
| Hex | E8 | 6A | CD | 0 | 36 | C | 9 | 139 | 49 | 42 |
| Octal | 350 | 152 | 315 | 0 | 66 | 14 | 11 | 471 | 111 | 102 |
| Binary | 11101000 | 1101010 | 11001101 | 0 | 110110 | 1100 | 1001 | 100111001 | 1001001 | 1000010 |
Color Harmonies of #E86ACD
Complementary color
Monochromatic Colors of #E86ACD
Black with #E86ACD
Text Example
Text Example
White with #E86ACD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E86ACD; }
p { color: rgb(232,106,205); }
H1.HeaderClassName
{
color: #E86ACD;
}
.AnyTagClassName
{
color: #E86ACD;
}
</style>
background-color css
<style>
a { background-color: #E86ACD; }
a { background-color: rgb(232,106,205); }
div.DivClassName
{
background-color: #E86ACD;
}
.BgClassName
{
background-color: #E86ACD;
}
</style>
border-color css
<style>
span { border-color: #E86ACD; }
span { border-color: rgb(232,106,205); }
td.TdClassName
{
border-color: #E86ACD;
}
.TagClassName
{
border-color: #E86ACD;
}
</style>