Html Css Color HEX #E856D0 Free Speech Magenta
📋 copy color: '#E856D0'red 232 ◦ green 86 ◦ blue 208
Shades of Free Speech Magenta #E856D0
Tints of Free Speech Magenta #E856D0
RGB
CMYK
RGB Variations
Color information
#E856D0 (or 0xE856D0) is known color: Free Speech Magenta. HEX triplet: E8, 56 and D0. RGB value is (232,86,208). Sum of RGB (Red+Green+Blue) = 232+86+208=526 (69% of max value = 765). Red value is 232 (91.02% from 255 or 44.11% from 526); Green value is 86 (33.98% from 255 or 16.35% from 526); Blue value is 208 (81.64% from 255 or 39.54% from 526); Max value from RGB is 232 - color contains mainly: red. Hex color #E856D0 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E856D0 is #17A92F. Grayscale: #8F8F8F. Windows color (decimal): -1550640 or 13653736. OLE color: 13653736.
HSL color Cylindrical-coordinate representation of color #E856D0: hue angle of 309.86º degrees, saturation: 0.76, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #E856D0 is Cyan = 0, Magento = 0.63, Yellow = 0.10 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 86 | 208 | - |
| CMYK | 0 | 0.63 | 0.10 | 0.09 |
| HSL | 309.86º | 0.76% | 0.62% | - |
| HSV(B) | 309.86º | 0.63% | 0.91% | - |
| XYZ | 47.99 | 28.37 | 62.62 | - |
| YUV | 143.56 | 164.37 | 191.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 86 | 208 | 0 | 0.63 | 0.10 | 0.09 | 309.86 | 0.76 | 0.62 |
| Hex | E8 | 56 | D0 | 0 | 3F | A | 9 | 136 | 4C | 3E |
| Octal | 350 | 126 | 320 | 0 | 77 | 12 | 11 | 466 | 114 | 76 |
| Binary | 11101000 | 1010110 | 11010000 | 0 | 111111 | 1010 | 1001 | 100110110 | 1001100 | 111110 |
Color Harmonies of #E856D0
Complementary color
Monochromatic Colors of #E856D0
Black with #E856D0
Text Example
Text Example
White with #E856D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E856D0; }
p { color: rgb(232,86,208); }
H1.HeaderClassName
{
color: #E856D0;
}
.AnyTagClassName
{
color: #E856D0;
}
</style>
background-color css
<style>
a { background-color: #E856D0; }
a { background-color: rgb(232,86,208); }
div.DivClassName
{
background-color: #E856D0;
}
.BgClassName
{
background-color: #E856D0;
}
</style>
border-color css
<style>
span { border-color: #E856D0; }
span { border-color: rgb(232,86,208); }
td.TdClassName
{
border-color: #E856D0;
}
.TagClassName
{
border-color: #E856D0;
}
</style>