Html Css Color HEX #E756C0 Free Speech Magenta
📋 copy color: '#E756C0'red 231 ◦ green 86 ◦ blue 192
Shades of Free Speech Magenta #E756C0
Tints of Free Speech Magenta #E756C0
RGB
CMYK
RGB Variations
Color information
#E756C0 (or 0xE756C0) is known color: Free Speech Magenta. HEX triplet: E7, 56 and C0. RGB value is (231,86,192). Sum of RGB (Red+Green+Blue) = 231+86+192=509 (67% of max value = 765). Red value is 231 (90.62% from 255 or 45.38% from 509); Green value is 86 (33.98% from 255 or 16.90% from 509); Blue value is 192 (75.39% from 255 or 37.72% from 509); Max value from RGB is 231 - color contains mainly: red. Hex color #E756C0 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E756C0 is #18A93F. Grayscale: #8D8D8D. Windows color (decimal): -1616192 or 12605159. OLE color: 12605159.
HSL color Cylindrical-coordinate representation of color #E756C0: hue angle of 316.14º degrees, saturation: 0.75, 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 #E756C0 is Cyan = 0, Magento = 0.63, Yellow = 0.17 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 86 | 192 | - |
| CMYK | 0 | 0.63 | 0.17 | 0.09 |
| HSL | 316.14º | 0.75% | 0.62% | - |
| HSV(B) | 316.14º | 0.63% | 0.91% | - |
| XYZ | 45.8 | 27.45 | 52.75 | - |
| YUV | 141.44 | 156.54 | 191.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 86 | 192 | 0 | 0.63 | 0.17 | 0.09 | 316.14 | 0.75 | 0.62 |
| Hex | E7 | 56 | C0 | 0 | 3F | 11 | 9 | 13C | 4B | 3E |
| Octal | 347 | 126 | 300 | 0 | 77 | 21 | 11 | 474 | 113 | 76 |
| Binary | 11100111 | 1010110 | 11000000 | 0 | 111111 | 10001 | 1001 | 100111100 | 1001011 | 111110 |
Color Harmonies of #E756C0
Complementary color
Monochromatic Colors of #E756C0
Black with #E756C0
Text Example
Text Example
White with #E756C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E756C0; }
p { color: rgb(231,86,192); }
H1.HeaderClassName
{
color: #E756C0;
}
.AnyTagClassName
{
color: #E756C0;
}
</style>
background-color css
<style>
a { background-color: #E756C0; }
a { background-color: rgb(231,86,192); }
div.DivClassName
{
background-color: #E756C0;
}
.BgClassName
{
background-color: #E756C0;
}
</style>
border-color css
<style>
span { border-color: #E756C0; }
span { border-color: rgb(231,86,192); }
td.TdClassName
{
border-color: #E756C0;
}
.TagClassName
{
border-color: #E756C0;
}
</style>