Html Css Color HEX #E759C2 Free Speech Magenta
📋 copy color: '#E759C2'red 231 ◦ green 89 ◦ blue 194
Shades of Free Speech Magenta #E759C2
Tints of Free Speech Magenta #E759C2
RGB
CMYK
RGB Variations
Color information
#E759C2 (or 0xE759C2) is known color: Free Speech Magenta. HEX triplet: E7, 59 and C2. RGB value is (231,89,194). Sum of RGB (Red+Green+Blue) = 231+89+194=514 (68% of max value = 765). Red value is 231 (90.62% from 255 or 44.94% from 514); Green value is 89 (35.16% from 255 or 17.32% from 514); Blue value is 194 (76.17% from 255 or 37.74% from 514); Max value from RGB is 231 - color contains mainly: red. Hex color #E759C2 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E759C2 is #18A63D. Grayscale: #8F8F8F. Windows color (decimal): -1615422 or 12736999. OLE color: 12736999.
HSL color Cylindrical-coordinate representation of color #E759C2: hue angle of 315.63º 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 #E759C2 is Cyan = 0, Magento = 0.61, Yellow = 0.16 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 89 | 194 | - |
| CMYK | 0 | 0.61 | 0.16 | 0.09 |
| HSL | 315.63º | 0.75% | 0.63% | - |
| HSV(B) | 315.63º | 0.61% | 0.91% | - |
| XYZ | 46.26 | 28.03 | 54.01 | - |
| YUV | 143.43 | 156.54 | 190.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 89 | 194 | 0 | 0.61 | 0.16 | 0.09 | 315.63 | 0.75 | 0.63 |
| Hex | E7 | 59 | C2 | 0 | 3D | 10 | 9 | 13C | 4B | 3F |
| Octal | 347 | 131 | 302 | 0 | 75 | 20 | 11 | 474 | 113 | 77 |
| Binary | 11100111 | 1011001 | 11000010 | 0 | 111101 | 10000 | 1001 | 100111100 | 1001011 | 111111 |
Color Harmonies of #E759C2
Complementary color
Monochromatic Colors of #E759C2
Black with #E759C2
Text Example
Text Example
White with #E759C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E759C2; }
p { color: rgb(231,89,194); }
H1.HeaderClassName
{
color: #E759C2;
}
.AnyTagClassName
{
color: #E759C2;
}
</style>
background-color css
<style>
a { background-color: #E759C2; }
a { background-color: rgb(231,89,194); }
div.DivClassName
{
background-color: #E759C2;
}
.BgClassName
{
background-color: #E759C2;
}
</style>
border-color css
<style>
span { border-color: #E759C2; }
span { border-color: rgb(231,89,194); }
td.TdClassName
{
border-color: #E759C2;
}
.TagClassName
{
border-color: #E759C2;
}
</style>