Html Css Color HEX #E158DB Free Speech Magenta
📋 copy color: '#E158DB'red 225 ◦ green 88 ◦ blue 219
Shades of Free Speech Magenta #E158DB
Tints of Free Speech Magenta #E158DB
RGB
CMYK
RGB Variations
Color information
#E158DB (or 0xE158DB) is known color: Free Speech Magenta. HEX triplet: E1, 58 and DB. RGB value is (225,88,219). Sum of RGB (Red+Green+Blue) = 225+88+219=532 (70% of max value = 765). Red value is 225 (88.28% from 255 or 42.29% from 532); Green value is 88 (34.77% from 255 or 16.54% from 532); Blue value is 219 (85.94% from 255 or 41.17% from 532); Max value from RGB is 225 - color contains mainly: red. Hex color #E158DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E158DB is #1EA724. Grayscale: #8F8F8F. Windows color (decimal): -2008869 or 14375137. OLE color: 14375137.
HSL color Cylindrical-coordinate representation of color #E158DB: hue angle of 302.63º degrees, saturation: 0.7, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #E158DB is Cyan = 0, Magento = 0.61, Yellow = 0.03 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 88 | 219 | - |
| CMYK | 0 | 0.61 | 0.03 | 0.12 |
| HSL | 302.63º | 0.7% | 0.61% | - |
| HSV(B) | 302.63º | 0.61% | 0.88% | - |
| XYZ | 47.33 | 28.1 | 69.95 | - |
| YUV | 143.9 | 170.39 | 185.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 88 | 219 | 0 | 0.61 | 0.03 | 0.12 | 302.63 | 0.7 | 0.61 |
| Hex | E1 | 58 | DB | 0 | 3D | 3 | C | 12F | 46 | 3D |
| Octal | 341 | 130 | 333 | 0 | 75 | 3 | 14 | 457 | 106 | 75 |
| Binary | 11100001 | 1011000 | 11011011 | 0 | 111101 | 11 | 1100 | 100101111 | 1000110 | 111101 |
Color Harmonies of #E158DB
Complementary color
Monochromatic Colors of #E158DB
Black with #E158DB
Text Example
Text Example
White with #E158DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E158DB; }
p { color: rgb(225,88,219); }
H1.HeaderClassName
{
color: #E158DB;
}
.AnyTagClassName
{
color: #E158DB;
}
</style>
background-color css
<style>
a { background-color: #E158DB; }
a { background-color: rgb(225,88,219); }
div.DivClassName
{
background-color: #E158DB;
}
.BgClassName
{
background-color: #E158DB;
}
</style>
border-color css
<style>
span { border-color: #E158DB; }
span { border-color: rgb(225,88,219); }
td.TdClassName
{
border-color: #E158DB;
}
.TagClassName
{
border-color: #E158DB;
}
</style>