Html Css Color HEX #E558DB Free Speech Magenta
📋 copy color: '#E558DB'red 229 ◦ green 88 ◦ blue 219
Shades of Free Speech Magenta #E558DB
Tints of Free Speech Magenta #E558DB
RGB
CMYK
RGB Variations
Color information
#E558DB (or 0xE558DB) is known color: Free Speech Magenta. HEX triplet: E5, 58 and DB. RGB value is (229,88,219). Sum of RGB (Red+Green+Blue) = 229+88+219=536 (70% of max value = 765). Red value is 229 (89.84% from 255 or 42.72% from 536); Green value is 88 (34.77% from 255 or 16.42% from 536); Blue value is 219 (85.94% from 255 or 40.86% from 536); Max value from RGB is 229 - color contains mainly: red. Hex color #E558DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E558DB is #1AA724. Grayscale: #909090. Windows color (decimal): -1746725 or 14375141. OLE color: 14375141.
HSL color Cylindrical-coordinate representation of color #E558DB: hue angle of 304.26º degrees, saturation: 0.73, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #E558DB is Cyan = 0, Magento = 0.62, Yellow = 0.04 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 88 | 219 | - |
| CMYK | 0 | 0.62 | 0.04 | 0.10 |
| HSL | 304.26º | 0.73% | 0.62% | - |
| HSV(B) | 304.26º | 0.62% | 0.9% | - |
| XYZ | 48.59 | 28.75 | 70.01 | - |
| YUV | 145.09 | 169.71 | 187.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 88 | 219 | 0 | 0.62 | 0.04 | 0.10 | 304.26 | 0.73 | 0.62 |
| Hex | E5 | 58 | DB | 0 | 3E | 4 | A | 130 | 49 | 3E |
| Octal | 345 | 130 | 333 | 0 | 76 | 4 | 12 | 460 | 111 | 76 |
| Binary | 11100101 | 1011000 | 11011011 | 0 | 111110 | 100 | 1010 | 100110000 | 1001001 | 111110 |
Color Harmonies of #E558DB
Complementary color
Monochromatic Colors of #E558DB
Black with #E558DB
Text Example
Text Example
White with #E558DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E558DB; }
p { color: rgb(229,88,219); }
H1.HeaderClassName
{
color: #E558DB;
}
.AnyTagClassName
{
color: #E558DB;
}
</style>
background-color css
<style>
a { background-color: #E558DB; }
a { background-color: rgb(229,88,219); }
div.DivClassName
{
background-color: #E558DB;
}
.BgClassName
{
background-color: #E558DB;
}
</style>
border-color css
<style>
span { border-color: #E558DB; }
span { border-color: rgb(229,88,219); }
td.TdClassName
{
border-color: #E558DB;
}
.TagClassName
{
border-color: #E558DB;
}
</style>