Html Css Color HEX #E156DB Free Speech Magenta
📋 copy color: '#E156DB'red 225 ◦ green 86 ◦ blue 219
Shades of Free Speech Magenta #E156DB
Tints of Free Speech Magenta #E156DB
RGB
CMYK
RGB Variations
Color information
#E156DB (or 0xE156DB) is known color: Free Speech Magenta. HEX triplet: E1, 56 and DB. RGB value is (225,86,219). Sum of RGB (Red+Green+Blue) = 225+86+219=530 (70% of max value = 765). Red value is 225 (88.28% from 255 or 42.45% from 530); Green value is 86 (33.98% from 255 or 16.23% from 530); Blue value is 219 (85.94% from 255 or 41.32% from 530); Max value from RGB is 225 - color contains mainly: red. Hex color #E156DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E156DB is #1EA924. Grayscale: #8E8E8E. Windows color (decimal): -2009381 or 14374625. OLE color: 14374625.
HSL color Cylindrical-coordinate representation of color #E156DB: hue angle of 302.59º degrees, saturation: 0.7, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #E156DB is Cyan = 0, Magento = 0.62, Yellow = 0.03 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 86 | 219 | - |
| CMYK | 0 | 0.62 | 0.03 | 0.12 |
| HSL | 302.59º | 0.7% | 0.61% | - |
| HSV(B) | 302.59º | 0.62% | 0.88% | - |
| XYZ | 47.17 | 27.78 | 69.89 | - |
| YUV | 142.72 | 171.05 | 186.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 86 | 219 | 0 | 0.62 | 0.03 | 0.12 | 302.59 | 0.7 | 0.61 |
| Hex | E1 | 56 | DB | 0 | 3E | 3 | C | 12F | 46 | 3D |
| Octal | 341 | 126 | 333 | 0 | 76 | 3 | 14 | 457 | 106 | 75 |
| Binary | 11100001 | 1010110 | 11011011 | 0 | 111110 | 11 | 1100 | 100101111 | 1000110 | 111101 |
Color Harmonies of #E156DB
Complementary color
Monochromatic Colors of #E156DB
Black with #E156DB
Text Example
Text Example
White with #E156DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E156DB; }
p { color: rgb(225,86,219); }
H1.HeaderClassName
{
color: #E156DB;
}
.AnyTagClassName
{
color: #E156DB;
}
</style>
background-color css
<style>
a { background-color: #E156DB; }
a { background-color: rgb(225,86,219); }
div.DivClassName
{
background-color: #E156DB;
}
.BgClassName
{
background-color: #E156DB;
}
</style>
border-color css
<style>
span { border-color: #E156DB; }
span { border-color: rgb(225,86,219); }
td.TdClassName
{
border-color: #E156DB;
}
.TagClassName
{
border-color: #E156DB;
}
</style>