Html Css Color HEX #E159DB Free Speech Magenta
📋 copy color: '#E159DB'red 225 ◦ green 89 ◦ blue 219
Shades of Free Speech Magenta #E159DB
Tints of Free Speech Magenta #E159DB
RGB
CMYK
RGB Variations
Color information
#E159DB (or 0xE159DB) is known color: Free Speech Magenta. HEX triplet: E1, 59 and DB. RGB value is (225,89,219). Sum of RGB (Red+Green+Blue) = 225+89+219=533 (70% of max value = 765). Red value is 225 (88.28% from 255 or 42.21% from 533); Green value is 89 (35.16% from 255 or 16.70% from 533); Blue value is 219 (85.94% from 255 or 41.09% from 533); Max value from RGB is 225 - color contains mainly: red. Hex color #E159DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E159DB is #1EA624. Grayscale: #909090. Windows color (decimal): -2008613 or 14375393. OLE color: 14375393.
HSL color Cylindrical-coordinate representation of color #E159DB: hue angle of 302.65º 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 #E159DB is Cyan = 0, Magento = 0.60, Yellow = 0.03 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 89 | 219 | - |
| CMYK | 0 | 0.60 | 0.03 | 0.12 |
| HSL | 302.65º | 0.69% | 0.62% | - |
| HSV(B) | 302.65º | 0.6% | 0.88% | - |
| XYZ | 47.41 | 28.27 | 69.98 | - |
| YUV | 144.48 | 170.06 | 185.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 89 | 219 | 0 | 0.60 | 0.03 | 0.12 | 302.65 | 0.69 | 0.62 |
| Hex | E1 | 59 | DB | 0 | 3C | 3 | C | 12F | 45 | 3E |
| Octal | 341 | 131 | 333 | 0 | 74 | 3 | 14 | 457 | 105 | 76 |
| Binary | 11100001 | 1011001 | 11011011 | 0 | 111100 | 11 | 1100 | 100101111 | 1000101 | 111110 |
Color Harmonies of #E159DB
Complementary color
Monochromatic Colors of #E159DB
Black with #E159DB
Text Example
Text Example
White with #E159DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E159DB; }
p { color: rgb(225,89,219); }
H1.HeaderClassName
{
color: #E159DB;
}
.AnyTagClassName
{
color: #E159DB;
}
</style>
background-color css
<style>
a { background-color: #E159DB; }
a { background-color: rgb(225,89,219); }
div.DivClassName
{
background-color: #E159DB;
}
.BgClassName
{
background-color: #E159DB;
}
</style>
border-color css
<style>
span { border-color: #E159DB; }
span { border-color: rgb(225,89,219); }
td.TdClassName
{
border-color: #E159DB;
}
.TagClassName
{
border-color: #E159DB;
}
</style>