Html Css Color HEX #E159DF Free Speech Magenta
📋 copy color: '#E159DF'red 225 ◦ green 89 ◦ blue 223
Shades of Free Speech Magenta #E159DF
Tints of Free Speech Magenta #E159DF
RGB
CMYK
RGB Variations
Color information
#E159DF (or 0xE159DF) is known color: Free Speech Magenta. HEX triplet: E1, 59 and DF. RGB value is (225,89,223). Sum of RGB (Red+Green+Blue) = 225+89+223=537 (71% of max value = 765). Red value is 225 (88.28% from 255 or 41.90% from 537); Green value is 89 (35.16% from 255 or 16.57% from 537); Blue value is 223 (87.5% from 255 or 41.53% from 537); Max value from RGB is 225 - color contains mainly: red. Hex color #E159DF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E159DF is #1EA620. Grayscale: #909090. Windows color (decimal): -2008609 or 14637537. OLE color: 14637537.
HSL color Cylindrical-coordinate representation of color #E159DF: hue angle of 300.88º degrees, saturation: 0.69, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #E159DF is Cyan = 0, Magento = 0.60, Yellow = 0.01 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 89 | 223 | - |
| CMYK | 0 | 0.60 | 0.01 | 0.12 |
| HSL | 300.88º | 0.69% | 0.62% | - |
| HSV(B) | 300.88º | 0.6% | 0.88% | - |
| XYZ | 47.94 | 28.48 | 72.78 | - |
| YUV | 144.94 | 172.06 | 185.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 89 | 223 | 0 | 0.60 | 0.01 | 0.12 | 300.88 | 0.69 | 0.62 |
| Hex | E1 | 59 | DF | 0 | 3C | 1 | C | 12D | 45 | 3E |
| Octal | 341 | 131 | 337 | 0 | 74 | 1 | 14 | 455 | 105 | 76 |
| Binary | 11100001 | 1011001 | 11011111 | 0 | 111100 | 1 | 1100 | 100101101 | 1000101 | 111110 |
Color Harmonies of #E159DF
Complementary color
Monochromatic Colors of #E159DF
Black with #E159DF
Text Example
Text Example
White with #E159DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E159DF; }
p { color: rgb(225,89,223); }
H1.HeaderClassName
{
color: #E159DF;
}
.AnyTagClassName
{
color: #E159DF;
}
</style>
background-color css
<style>
a { background-color: #E159DF; }
a { background-color: rgb(225,89,223); }
div.DivClassName
{
background-color: #E159DF;
}
.BgClassName
{
background-color: #E159DF;
}
</style>
border-color css
<style>
span { border-color: #E159DF; }
span { border-color: rgb(225,89,223); }
td.TdClassName
{
border-color: #E159DF;
}
.TagClassName
{
border-color: #E159DF;
}
</style>