Html Css Color HEX #E86ACC Free Speech Magenta
📋 copy color: '#E86ACC'red 232 ◦ green 106 ◦ blue 204
Shades of Free Speech Magenta #E86ACC
Tints of Free Speech Magenta #E86ACC
RGB
CMYK
RGB Variations
Color information
#E86ACC (or 0xE86ACC) is known color: Free Speech Magenta. HEX triplet: E8, 6A and CC. RGB value is (232,106,204). Sum of RGB (Red+Green+Blue) = 232+106+204=542 (71% of max value = 765). Red value is 232 (91.02% from 255 or 42.80% from 542); Green value is 106 (41.80% from 255 or 19.56% from 542); Blue value is 204 (80.08% from 255 or 37.64% from 542); Max value from RGB is 232 - color contains mainly: red. Hex color #E86ACC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E86ACC is #179533. Grayscale: #9A9A9A. Windows color (decimal): -1545524 or 13396712. OLE color: 13396712.
HSL color Cylindrical-coordinate representation of color #E86ACC: hue angle of 313.33º 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 #E86ACC is Cyan = 0, Magento = 0.54, Yellow = 0.12 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 106 | 204 | - |
| CMYK | 0 | 0.54 | 0.12 | 0.09 |
| HSL | 313.33º | 0.73% | 0.66% | - |
| HSV(B) | 313.33º | 0.54% | 0.91% | - |
| XYZ | 49.33 | 31.82 | 60.67 | - |
| YUV | 154.85 | 155.74 | 183.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 106 | 204 | 0 | 0.54 | 0.12 | 0.09 | 313.33 | 0.73 | 0.66 |
| Hex | E8 | 6A | CC | 0 | 36 | C | 9 | 139 | 49 | 42 |
| Octal | 350 | 152 | 314 | 0 | 66 | 14 | 11 | 471 | 111 | 102 |
| Binary | 11101000 | 1101010 | 11001100 | 0 | 110110 | 1100 | 1001 | 100111001 | 1001001 | 1000010 |
Color Harmonies of #E86ACC
Complementary color
Monochromatic Colors of #E86ACC
Black with #E86ACC
Text Example
Text Example
White with #E86ACC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E86ACC; }
p { color: rgb(232,106,204); }
H1.HeaderClassName
{
color: #E86ACC;
}
.AnyTagClassName
{
color: #E86ACC;
}
</style>
background-color css
<style>
a { background-color: #E86ACC; }
a { background-color: rgb(232,106,204); }
div.DivClassName
{
background-color: #E86ACC;
}
.BgClassName
{
background-color: #E86ACC;
}
</style>
border-color css
<style>
span { border-color: #E86ACC; }
span { border-color: rgb(232,106,204); }
td.TdClassName
{
border-color: #E86ACC;
}
.TagClassName
{
border-color: #E86ACC;
}
</style>