Html Css Color HEX #E159C8 Free Speech Magenta
📋 copy color: '#E159C8'red 225 ◦ green 89 ◦ blue 200
Shades of Free Speech Magenta #E159C8
Tints of Free Speech Magenta #E159C8
RGB
CMYK
RGB Variations
Color information
#E159C8 (or 0xE159C8) is known color: Free Speech Magenta. HEX triplet: E1, 59 and C8. RGB value is (225,89,200). Sum of RGB (Red+Green+Blue) = 225+89+200=514 (68% of max value = 765). Red value is 225 (88.28% from 255 or 43.77% from 514); Green value is 89 (35.16% from 255 or 17.32% from 514); Blue value is 200 (78.52% from 255 or 38.91% from 514); Max value from RGB is 225 - color contains mainly: red. Hex color #E159C8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E159C8 is #1EA637. Grayscale: #8E8E8E. Windows color (decimal): -2008632 or 13130209. OLE color: 13130209.
HSL color Cylindrical-coordinate representation of color #E159C8: hue angle of 311.03º 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 #E159C8 is Cyan = 0, Magento = 0.60, Yellow = 0.11 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 89 | 200 | - |
| CMYK | 0 | 0.60 | 0.11 | 0.12 |
| HSL | 311.03º | 0.69% | 0.62% | - |
| HSV(B) | 311.03º | 0.6% | 0.88% | - |
| XYZ | 45.05 | 27.32 | 57.54 | - |
| YUV | 142.32 | 160.56 | 186.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 89 | 200 | 0 | 0.60 | 0.11 | 0.12 | 311.03 | 0.69 | 0.62 |
| Hex | E1 | 59 | C8 | 0 | 3C | B | C | 137 | 45 | 3E |
| Octal | 341 | 131 | 310 | 0 | 74 | 13 | 14 | 467 | 105 | 76 |
| Binary | 11100001 | 1011001 | 11001000 | 0 | 111100 | 1011 | 1100 | 100110111 | 1000101 | 111110 |
Color Harmonies of #E159C8
Complementary color
Monochromatic Colors of #E159C8
Black with #E159C8
Text Example
Text Example
White with #E159C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E159C8; }
p { color: rgb(225,89,200); }
H1.HeaderClassName
{
color: #E159C8;
}
.AnyTagClassName
{
color: #E159C8;
}
</style>
background-color css
<style>
a { background-color: #E159C8; }
a { background-color: rgb(225,89,200); }
div.DivClassName
{
background-color: #E159C8;
}
.BgClassName
{
background-color: #E159C8;
}
</style>
border-color css
<style>
span { border-color: #E159C8; }
span { border-color: rgb(225,89,200); }
td.TdClassName
{
border-color: #E159C8;
}
.TagClassName
{
border-color: #E159C8;
}
</style>