Html Css Color HEX #E759C9 Free Speech Magenta
📋 copy color: '#E759C9'red 231 ◦ green 89 ◦ blue 201
Shades of Free Speech Magenta #E759C9
Tints of Free Speech Magenta #E759C9
RGB
CMYK
RGB Variations
Color information
#E759C9 (or 0xE759C9) is known color: Free Speech Magenta. HEX triplet: E7, 59 and C9. RGB value is (231,89,201). Sum of RGB (Red+Green+Blue) = 231+89+201=521 (69% of max value = 765). Red value is 231 (90.62% from 255 or 44.34% from 521); Green value is 89 (35.16% from 255 or 17.08% from 521); Blue value is 201 (78.91% from 255 or 38.58% from 521); Max value from RGB is 231 - color contains mainly: red. Hex color #E759C9 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E759C9 is #18A636. Grayscale: #8F8F8F. Windows color (decimal): -1615415 or 13195751. OLE color: 13195751.
HSL color Cylindrical-coordinate representation of color #E759C9: hue angle of 312.68º 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 #E759C9 is Cyan = 0, Magento = 0.61, Yellow = 0.13 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 89 | 201 | - |
| CMYK | 0 | 0.61 | 0.13 | 0.09 |
| HSL | 312.68º | 0.75% | 0.63% | - |
| HSV(B) | 312.68º | 0.61% | 0.91% | - |
| XYZ | 47.07 | 28.35 | 58.25 | - |
| YUV | 144.23 | 160.04 | 189.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 89 | 201 | 0 | 0.61 | 0.13 | 0.09 | 312.68 | 0.75 | 0.63 |
| Hex | E7 | 59 | C9 | 0 | 3D | D | 9 | 139 | 4B | 3F |
| Octal | 347 | 131 | 311 | 0 | 75 | 15 | 11 | 471 | 113 | 77 |
| Binary | 11100111 | 1011001 | 11001001 | 0 | 111101 | 1101 | 1001 | 100111001 | 1001011 | 111111 |
Color Harmonies of #E759C9
Complementary color
Monochromatic Colors of #E759C9
Black with #E759C9
Text Example
Text Example
White with #E759C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E759C9; }
p { color: rgb(231,89,201); }
H1.HeaderClassName
{
color: #E759C9;
}
.AnyTagClassName
{
color: #E759C9;
}
</style>
background-color css
<style>
a { background-color: #E759C9; }
a { background-color: rgb(231,89,201); }
div.DivClassName
{
background-color: #E759C9;
}
.BgClassName
{
background-color: #E759C9;
}
</style>
border-color css
<style>
span { border-color: #E759C9; }
span { border-color: rgb(231,89,201); }
td.TdClassName
{
border-color: #E759C9;
}
.TagClassName
{
border-color: #E759C9;
}
</style>