Html Css Color HEX #E759C8 Free Speech Magenta
📋 copy color: '#E759C8'red 231 ◦ green 89 ◦ blue 200
Shades of Free Speech Magenta #E759C8
Tints of Free Speech Magenta #E759C8
RGB
CMYK
RGB Variations
Color information
#E759C8 (or 0xE759C8) is known color: Free Speech Magenta. HEX triplet: E7, 59 and C8. RGB value is (231,89,200). Sum of RGB (Red+Green+Blue) = 231+89+200=520 (68% of max value = 765). Red value is 231 (90.62% from 255 or 44.42% from 520); Green value is 89 (35.16% from 255 or 17.12% from 520); Blue value is 200 (78.52% from 255 or 38.46% from 520); Max value from RGB is 231 - color contains mainly: red. Hex color #E759C8 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E759C8 is #18A637. Grayscale: #8F8F8F. Windows color (decimal): -1615416 or 13130215. OLE color: 13130215.
HSL color Cylindrical-coordinate representation of color #E759C8: hue angle of 313.1º 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 #E759C8 is Cyan = 0, Magento = 0.61, Yellow = 0.13 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 89 | 200 | - |
| CMYK | 0 | 0.61 | 0.13 | 0.09 |
| HSL | 313.1º | 0.75% | 0.63% | - |
| HSV(B) | 313.1º | 0.61% | 0.91% | - |
| XYZ | 46.95 | 28.3 | 57.63 | - |
| YUV | 144.11 | 159.54 | 189.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 89 | 200 | 0 | 0.61 | 0.13 | 0.09 | 313.1 | 0.75 | 0.63 |
| Hex | E7 | 59 | C8 | 0 | 3D | D | 9 | 139 | 4B | 3F |
| Octal | 347 | 131 | 310 | 0 | 75 | 15 | 11 | 471 | 113 | 77 |
| Binary | 11100111 | 1011001 | 11001000 | 0 | 111101 | 1101 | 1001 | 100111001 | 1001011 | 111111 |
Color Harmonies of #E759C8
Complementary color
Monochromatic Colors of #E759C8
Black with #E759C8
Text Example
Text Example
White with #E759C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E759C8; }
p { color: rgb(231,89,200); }
H1.HeaderClassName
{
color: #E759C8;
}
.AnyTagClassName
{
color: #E759C8;
}
</style>
background-color css
<style>
a { background-color: #E759C8; }
a { background-color: rgb(231,89,200); }
div.DivClassName
{
background-color: #E759C8;
}
.BgClassName
{
background-color: #E759C8;
}
</style>
border-color css
<style>
span { border-color: #E759C8; }
span { border-color: rgb(231,89,200); }
td.TdClassName
{
border-color: #E759C8;
}
.TagClassName
{
border-color: #E759C8;
}
</style>