Html Css Color HEX #E759C7 Free Speech Magenta
📋 copy color: '#E759C7'red 231 ◦ green 89 ◦ blue 199
Shades of Free Speech Magenta #E759C7
Tints of Free Speech Magenta #E759C7
RGB
CMYK
RGB Variations
Color information
#E759C7 (or 0xE759C7) is known color: Free Speech Magenta. HEX triplet: E7, 59 and C7. RGB value is (231,89,199). Sum of RGB (Red+Green+Blue) = 231+89+199=519 (68% of max value = 765). Red value is 231 (90.62% from 255 or 44.51% from 519); Green value is 89 (35.16% from 255 or 17.15% from 519); Blue value is 199 (78.12% from 255 or 38.34% from 519); Max value from RGB is 231 - color contains mainly: red. Hex color #E759C7 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E759C7 is #18A638. Grayscale: #8F8F8F. Windows color (decimal): -1615417 or 13064679. OLE color: 13064679.
HSL color Cylindrical-coordinate representation of color #E759C7: hue angle of 313.52º degrees, saturation: 0.75, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #E759C7 is Cyan = 0, Magento = 0.61, Yellow = 0.14 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 89 | 199 | - |
| CMYK | 0 | 0.61 | 0.14 | 0.09 |
| HSL | 313.52º | 0.75% | 0.63% | - |
| HSV(B) | 313.52º | 0.61% | 0.91% | - |
| XYZ | 46.84 | 28.26 | 57.02 | - |
| YUV | 144 | 159.04 | 190.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 89 | 199 | 0 | 0.61 | 0.14 | 0.09 | 313.52 | 0.75 | 0.63 |
| Hex | E7 | 59 | C7 | 0 | 3D | E | 9 | 13A | 4B | 3F |
| Octal | 347 | 131 | 307 | 0 | 75 | 16 | 11 | 472 | 113 | 77 |
| Binary | 11100111 | 1011001 | 11000111 | 0 | 111101 | 1110 | 1001 | 100111010 | 1001011 | 111111 |
Color Harmonies of #E759C7
Complementary color
Monochromatic Colors of #E759C7
Black with #E759C7
Text Example
Text Example
White with #E759C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E759C7; }
p { color: rgb(231,89,199); }
H1.HeaderClassName
{
color: #E759C7;
}
.AnyTagClassName
{
color: #E759C7;
}
</style>
background-color css
<style>
a { background-color: #E759C7; }
a { background-color: rgb(231,89,199); }
div.DivClassName
{
background-color: #E759C7;
}
.BgClassName
{
background-color: #E759C7;
}
</style>
border-color css
<style>
span { border-color: #E759C7; }
span { border-color: rgb(231,89,199); }
td.TdClassName
{
border-color: #E759C7;
}
.TagClassName
{
border-color: #E759C7;
}
</style>