Html Css Color HEX #E159CE Free Speech Magenta
📋 copy color: '#E159CE'red 225 ◦ green 89 ◦ blue 206
Shades of Free Speech Magenta #E159CE
Tints of Free Speech Magenta #E159CE
RGB
CMYK
RGB Variations
Color information
#E159CE (or 0xE159CE) is known color: Free Speech Magenta. HEX triplet: E1, 59 and CE. RGB value is (225,89,206). Sum of RGB (Red+Green+Blue) = 225+89+206=520 (68% of max value = 765). Red value is 225 (88.28% from 255 or 43.27% from 520); Green value is 89 (35.16% from 255 or 17.12% from 520); Blue value is 206 (80.86% from 255 or 39.62% from 520); Max value from RGB is 225 - color contains mainly: red. Hex color #E159CE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E159CE is #1EA631. Grayscale: #8E8E8E. Windows color (decimal): -2008626 or 13523425. OLE color: 13523425.
HSL color Cylindrical-coordinate representation of color #E159CE: hue angle of 308.38º 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 #E159CE is Cyan = 0, Magento = 0.60, Yellow = 0.08 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 89 | 206 | - |
| CMYK | 0 | 0.60 | 0.08 | 0.12 |
| HSL | 308.38º | 0.69% | 0.62% | - |
| HSV(B) | 308.38º | 0.6% | 0.88% | - |
| XYZ | 45.76 | 27.61 | 61.31 | - |
| YUV | 143 | 163.56 | 186.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 89 | 206 | 0 | 0.60 | 0.08 | 0.12 | 308.38 | 0.69 | 0.62 |
| Hex | E1 | 59 | CE | 0 | 3C | 8 | C | 134 | 45 | 3E |
| Octal | 341 | 131 | 316 | 0 | 74 | 10 | 14 | 464 | 105 | 76 |
| Binary | 11100001 | 1011001 | 11001110 | 0 | 111100 | 1000 | 1100 | 100110100 | 1000101 | 111110 |
Color Harmonies of #E159CE
Complementary color
Monochromatic Colors of #E159CE
Black with #E159CE
Text Example
Text Example
White with #E159CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E159CE; }
p { color: rgb(225,89,206); }
H1.HeaderClassName
{
color: #E159CE;
}
.AnyTagClassName
{
color: #E159CE;
}
</style>
background-color css
<style>
a { background-color: #E159CE; }
a { background-color: rgb(225,89,206); }
div.DivClassName
{
background-color: #E159CE;
}
.BgClassName
{
background-color: #E159CE;
}
</style>
border-color css
<style>
span { border-color: #E159CE; }
span { border-color: rgb(225,89,206); }
td.TdClassName
{
border-color: #E159CE;
}
.TagClassName
{
border-color: #E159CE;
}
</style>