Html Css Color HEX #E159D0 Free Speech Magenta
📋 copy color: '#E159D0'red 225 ◦ green 89 ◦ blue 208
Shades of Free Speech Magenta #E159D0
Tints of Free Speech Magenta #E159D0
RGB
CMYK
RGB Variations
Color information
#E159D0 (or 0xE159D0) is known color: Free Speech Magenta. HEX triplet: E1, 59 and D0. RGB value is (225,89,208). Sum of RGB (Red+Green+Blue) = 225+89+208=522 (69% of max value = 765). Red value is 225 (88.28% from 255 or 43.10% from 522); Green value is 89 (35.16% from 255 or 17.05% from 522); Blue value is 208 (81.64% from 255 or 39.85% from 522); Max value from RGB is 225 - color contains mainly: red. Hex color #E159D0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E159D0 is #1EA62F. Grayscale: #8E8E8E. Windows color (decimal): -2008624 or 13654497. OLE color: 13654497.
HSL color Cylindrical-coordinate representation of color #E159D0: hue angle of 307.5º 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 #E159D0 is Cyan = 0, Magento = 0.60, Yellow = 0.08 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 89 | 208 | - |
| CMYK | 0 | 0.60 | 0.08 | 0.12 |
| HSL | 307.5º | 0.69% | 0.62% | - |
| HSV(B) | 307.5º | 0.6% | 0.88% | - |
| XYZ | 46.01 | 27.71 | 62.6 | - |
| YUV | 143.23 | 164.56 | 186.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 89 | 208 | 0 | 0.60 | 0.08 | 0.12 | 307.5 | 0.69 | 0.62 |
| Hex | E1 | 59 | D0 | 0 | 3C | 8 | C | 134 | 45 | 3E |
| Octal | 341 | 131 | 320 | 0 | 74 | 10 | 14 | 464 | 105 | 76 |
| Binary | 11100001 | 1011001 | 11010000 | 0 | 111100 | 1000 | 1100 | 100110100 | 1000101 | 111110 |
Color Harmonies of #E159D0
Complementary color
Monochromatic Colors of #E159D0
Black with #E159D0
Text Example
Text Example
White with #E159D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E159D0; }
p { color: rgb(225,89,208); }
H1.HeaderClassName
{
color: #E159D0;
}
.AnyTagClassName
{
color: #E159D0;
}
</style>
background-color css
<style>
a { background-color: #E159D0; }
a { background-color: rgb(225,89,208); }
div.DivClassName
{
background-color: #E159D0;
}
.BgClassName
{
background-color: #E159D0;
}
</style>
border-color css
<style>
span { border-color: #E159D0; }
span { border-color: rgb(225,89,208); }
td.TdClassName
{
border-color: #E159D0;
}
.TagClassName
{
border-color: #E159D0;
}
</style>