Html Css Color HEX #E756C8 Free Speech Magenta
📋 copy color: '#E756C8'red 231 ◦ green 86 ◦ blue 200
Shades of Free Speech Magenta #E756C8
Tints of Free Speech Magenta #E756C8
RGB
CMYK
RGB Variations
Color information
#E756C8 (or 0xE756C8) is known color: Free Speech Magenta. HEX triplet: E7, 56 and C8. RGB value is (231,86,200). Sum of RGB (Red+Green+Blue) = 231+86+200=517 (68% of max value = 765). Red value is 231 (90.62% from 255 or 44.68% from 517); Green value is 86 (33.98% from 255 or 16.63% from 517); Blue value is 200 (78.52% from 255 or 38.68% from 517); Max value from RGB is 231 - color contains mainly: red. Hex color #E756C8 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E756C8 is #18A937. Grayscale: #8E8E8E. Windows color (decimal): -1616184 or 13129447. OLE color: 13129447.
HSL color Cylindrical-coordinate representation of color #E756C8: hue angle of 312.83º 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 #E756C8 is Cyan = 0, Magento = 0.63, Yellow = 0.13 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 86 | 200 | - |
| CMYK | 0 | 0.63 | 0.13 | 0.09 |
| HSL | 312.83º | 0.75% | 0.62% | - |
| HSV(B) | 312.83º | 0.63% | 0.91% | - |
| XYZ | 46.71 | 27.81 | 57.55 | - |
| YUV | 142.35 | 160.54 | 191.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 86 | 200 | 0 | 0.63 | 0.13 | 0.09 | 312.83 | 0.75 | 0.62 |
| Hex | E7 | 56 | C8 | 0 | 3F | D | 9 | 139 | 4B | 3E |
| Octal | 347 | 126 | 310 | 0 | 77 | 15 | 11 | 471 | 113 | 76 |
| Binary | 11100111 | 1010110 | 11001000 | 0 | 111111 | 1101 | 1001 | 100111001 | 1001011 | 111110 |
Color Harmonies of #E756C8
Complementary color
Monochromatic Colors of #E756C8
Black with #E756C8
Text Example
Text Example
White with #E756C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E756C8; }
p { color: rgb(231,86,200); }
H1.HeaderClassName
{
color: #E756C8;
}
.AnyTagClassName
{
color: #E756C8;
}
</style>
background-color css
<style>
a { background-color: #E756C8; }
a { background-color: rgb(231,86,200); }
div.DivClassName
{
background-color: #E756C8;
}
.BgClassName
{
background-color: #E756C8;
}
</style>
border-color css
<style>
span { border-color: #E756C8; }
span { border-color: rgb(231,86,200); }
td.TdClassName
{
border-color: #E756C8;
}
.TagClassName
{
border-color: #E756C8;
}
</style>