Html Css Color HEX #E159C7 Free Speech Magenta
📋 copy color: '#E159C7'red 225 ◦ green 89 ◦ blue 199
Shades of Free Speech Magenta #E159C7
Tints of Free Speech Magenta #E159C7
RGB
CMYK
RGB Variations
Color information
#E159C7 (or 0xE159C7) is known color: Free Speech Magenta. HEX triplet: E1, 59 and C7. RGB value is (225,89,199). Sum of RGB (Red+Green+Blue) = 225+89+199=513 (67% of max value = 765). Red value is 225 (88.28% from 255 or 43.86% from 513); Green value is 89 (35.16% from 255 or 17.35% from 513); Blue value is 199 (78.12% from 255 or 38.79% from 513); Max value from RGB is 225 - color contains mainly: red. Hex color #E159C7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E159C7 is #1EA638. Grayscale: #8D8D8D. Windows color (decimal): -2008633 or 13064673. OLE color: 13064673.
HSL color Cylindrical-coordinate representation of color #E159C7: hue angle of 311.47º 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 #E159C7 is Cyan = 0, Magento = 0.60, Yellow = 0.12 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 89 | 199 | - |
| CMYK | 0 | 0.60 | 0.12 | 0.12 |
| HSL | 311.47º | 0.69% | 0.62% | - |
| HSV(B) | 311.47º | 0.6% | 0.88% | - |
| XYZ | 44.93 | 27.28 | 56.93 | - |
| YUV | 142.2 | 160.06 | 187.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 89 | 199 | 0 | 0.60 | 0.12 | 0.12 | 311.47 | 0.69 | 0.62 |
| Hex | E1 | 59 | C7 | 0 | 3C | C | C | 137 | 45 | 3E |
| Octal | 341 | 131 | 307 | 0 | 74 | 14 | 14 | 467 | 105 | 76 |
| Binary | 11100001 | 1011001 | 11000111 | 0 | 111100 | 1100 | 1100 | 100110111 | 1000101 | 111110 |
Color Harmonies of #E159C7
Complementary color
Monochromatic Colors of #E159C7
Black with #E159C7
Text Example
Text Example
White with #E159C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E159C7; }
p { color: rgb(225,89,199); }
H1.HeaderClassName
{
color: #E159C7;
}
.AnyTagClassName
{
color: #E159C7;
}
</style>
background-color css
<style>
a { background-color: #E159C7; }
a { background-color: rgb(225,89,199); }
div.DivClassName
{
background-color: #E159C7;
}
.BgClassName
{
background-color: #E159C7;
}
</style>
border-color css
<style>
span { border-color: #E159C7; }
span { border-color: rgb(225,89,199); }
td.TdClassName
{
border-color: #E159C7;
}
.TagClassName
{
border-color: #E159C7;
}
</style>