Html Css Color HEX #E759ED Free Speech Magenta
📋 copy color: '#E759ED'red 231 ◦ green 89 ◦ blue 237
Shades of Free Speech Magenta #E759ED
Tints of Free Speech Magenta #E759ED
RGB
CMYK
RGB Variations
Color information
#E759ED (or 0xE759ED) is known color: Free Speech Magenta. HEX triplet: E7, 59 and ED. RGB value is (231,89,237). Sum of RGB (Red+Green+Blue) = 231+89+237=557 (73% of max value = 765). Red value is 231 (90.62% from 255 or 41.47% from 557); Green value is 89 (35.16% from 255 or 15.98% from 557); Blue value is 237 (92.97% from 255 or 42.55% from 557); Max value from RGB is 237 - color contains mainly: blue. Hex color #E759ED is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #E759ED is #18A612. Grayscale: #939393. Windows color (decimal): -1615379 or 15555047. OLE color: 15555047.
HSL color Cylindrical-coordinate representation of color #E759ED: hue angle of 297.57º degrees, saturation: 0.8, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #E759ED is Cyan = 0.03, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 231 | 89 | 237 | - |
| CMYK | 0.03 | 0.62 | 0 | 0.07 |
| HSL | 297.57º | 0.8% | 0.64% | - |
| HSV(B) | 297.57º | 0.62% | 0.93% | - |
| XYZ | 51.81 | 30.25 | 83.23 | - |
| YUV | 148.33 | 178.04 | 186.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 89 | 237 | 0.03 | 0.62 | 0 | 0.07 | 297.57 | 0.8 | 0.64 |
| Hex | E7 | 59 | ED | 3 | 3E | 0 | 7 | 12A | 50 | 40 |
| Octal | 347 | 131 | 355 | 3 | 76 | 0 | 7 | 452 | 120 | 100 |
| Binary | 11100111 | 1011001 | 11101101 | 11 | 111110 | 0 | 111 | 100101010 | 1010000 | 1000000 |
Color Harmonies of #E759ED
Complementary color
Monochromatic Colors of #E759ED
Black with #E759ED
Text Example
Text Example
White with #E759ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E759ED; }
p { color: rgb(231,89,237); }
H1.HeaderClassName
{
color: #E759ED;
}
.AnyTagClassName
{
color: #E759ED;
}
</style>
background-color css
<style>
a { background-color: #E759ED; }
a { background-color: rgb(231,89,237); }
div.DivClassName
{
background-color: #E759ED;
}
.BgClassName
{
background-color: #E759ED;
}
</style>
border-color css
<style>
span { border-color: #E759ED; }
span { border-color: rgb(231,89,237); }
td.TdClassName
{
border-color: #E759ED;
}
.TagClassName
{
border-color: #E759ED;
}
</style>