Html Css Color HEX #E159DC Free Speech Magenta
📋 copy color: '#E159DC'red 225 ◦ green 89 ◦ blue 220
Shades of Free Speech Magenta #E159DC
Tints of Free Speech Magenta #E159DC
RGB
CMYK
RGB Variations
Color information
#E159DC (or 0xE159DC) is known color: Free Speech Magenta. HEX triplet: E1, 59 and DC. RGB value is (225,89,220). Sum of RGB (Red+Green+Blue) = 225+89+220=534 (70% of max value = 765). Red value is 225 (88.28% from 255 or 42.13% from 534); Green value is 89 (35.16% from 255 or 16.67% from 534); Blue value is 220 (86.33% from 255 or 41.20% from 534); Max value from RGB is 225 - color contains mainly: red. Hex color #E159DC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E159DC is #1EA623. Grayscale: #909090. Windows color (decimal): -2008612 or 14440929. OLE color: 14440929.
HSL color Cylindrical-coordinate representation of color #E159DC: hue angle of 302.21º 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 #E159DC is Cyan = 0, Magento = 0.60, Yellow = 0.02 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 89 | 220 | - |
| CMYK | 0 | 0.60 | 0.02 | 0.12 |
| HSL | 302.21º | 0.69% | 0.62% | - |
| HSV(B) | 302.21º | 0.6% | 0.88% | - |
| XYZ | 47.54 | 28.32 | 70.67 | - |
| YUV | 144.6 | 170.56 | 185.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 89 | 220 | 0 | 0.60 | 0.02 | 0.12 | 302.21 | 0.69 | 0.62 |
| Hex | E1 | 59 | DC | 0 | 3C | 2 | C | 12E | 45 | 3E |
| Octal | 341 | 131 | 334 | 0 | 74 | 2 | 14 | 456 | 105 | 76 |
| Binary | 11100001 | 1011001 | 11011100 | 0 | 111100 | 10 | 1100 | 100101110 | 1000101 | 111110 |
Color Harmonies of #E159DC
Complementary color
Monochromatic Colors of #E159DC
Black with #E159DC
Text Example
Text Example
White with #E159DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E159DC; }
p { color: rgb(225,89,220); }
H1.HeaderClassName
{
color: #E159DC;
}
.AnyTagClassName
{
color: #E159DC;
}
</style>
background-color css
<style>
a { background-color: #E159DC; }
a { background-color: rgb(225,89,220); }
div.DivClassName
{
background-color: #E159DC;
}
.BgClassName
{
background-color: #E159DC;
}
</style>
border-color css
<style>
span { border-color: #E159DC; }
span { border-color: rgb(225,89,220); }
td.TdClassName
{
border-color: #E159DC;
}
.TagClassName
{
border-color: #E159DC;
}
</style>