Html Css Color HEX #E756C7 Free Speech Magenta
📋 copy color: '#E756C7'red 231 ◦ green 86 ◦ blue 199
Shades of Free Speech Magenta #E756C7
Tints of Free Speech Magenta #E756C7
RGB
CMYK
RGB Variations
Color information
#E756C7 (or 0xE756C7) is known color: Free Speech Magenta. HEX triplet: E7, 56 and C7. RGB value is (231,86,199). Sum of RGB (Red+Green+Blue) = 231+86+199=516 (68% of max value = 765). Red value is 231 (90.62% from 255 or 44.77% from 516); Green value is 86 (33.98% from 255 or 16.67% from 516); Blue value is 199 (78.12% from 255 or 38.57% from 516); Max value from RGB is 231 - color contains mainly: red. Hex color #E756C7 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E756C7 is #18A938. Grayscale: #8D8D8D. Windows color (decimal): -1616185 or 13063911. OLE color: 13063911.
HSL color Cylindrical-coordinate representation of color #E756C7: hue angle of 313.24º 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 #E756C7 is Cyan = 0, Magento = 0.63, Yellow = 0.14 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 86 | 199 | - |
| CMYK | 0 | 0.63 | 0.14 | 0.09 |
| HSL | 313.24º | 0.75% | 0.62% | - |
| HSV(B) | 313.24º | 0.63% | 0.91% | - |
| XYZ | 46.59 | 27.77 | 56.94 | - |
| YUV | 142.24 | 160.04 | 191.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 86 | 199 | 0 | 0.63 | 0.14 | 0.09 | 313.24 | 0.75 | 0.62 |
| Hex | E7 | 56 | C7 | 0 | 3F | E | 9 | 139 | 4B | 3E |
| Octal | 347 | 126 | 307 | 0 | 77 | 16 | 11 | 471 | 113 | 76 |
| Binary | 11100111 | 1010110 | 11000111 | 0 | 111111 | 1110 | 1001 | 100111001 | 1001011 | 111110 |
Color Harmonies of #E756C7
Complementary color
Monochromatic Colors of #E756C7
Black with #E756C7
Text Example
Text Example
White with #E756C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E756C7; }
p { color: rgb(231,86,199); }
H1.HeaderClassName
{
color: #E756C7;
}
.AnyTagClassName
{
color: #E756C7;
}
</style>
background-color css
<style>
a { background-color: #E756C7; }
a { background-color: rgb(231,86,199); }
div.DivClassName
{
background-color: #E756C7;
}
.BgClassName
{
background-color: #E756C7;
}
</style>
border-color css
<style>
span { border-color: #E756C7; }
span { border-color: rgb(231,86,199); }
td.TdClassName
{
border-color: #E756C7;
}
.TagClassName
{
border-color: #E756C7;
}
</style>