Html Css Color HEX #E555DB Free Speech Magenta
📋 copy color: '#E555DB'red 229 ◦ green 85 ◦ blue 219
Shades of Free Speech Magenta #E555DB
Tints of Free Speech Magenta #E555DB
RGB
CMYK
RGB Variations
Color information
#E555DB (or 0xE555DB) is known color: Free Speech Magenta. HEX triplet: E5, 55 and DB. RGB value is (229,85,219). Sum of RGB (Red+Green+Blue) = 229+85+219=533 (70% of max value = 765). Red value is 229 (89.84% from 255 or 42.96% from 533); Green value is 85 (33.59% from 255 or 15.95% from 533); Blue value is 219 (85.94% from 255 or 41.09% from 533); Max value from RGB is 229 - color contains mainly: red. Hex color #E555DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E555DB is #1AAA24. Grayscale: #8E8E8E. Windows color (decimal): -1747493 or 14374373. OLE color: 14374373.
HSL color Cylindrical-coordinate representation of color #E555DB: hue angle of 304.17º degrees, saturation: 0.73, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #E555DB is Cyan = 0, Magento = 0.63, Yellow = 0.04 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 85 | 219 | - |
| CMYK | 0 | 0.63 | 0.04 | 0.10 |
| HSL | 304.17º | 0.73% | 0.62% | - |
| HSV(B) | 304.17º | 0.63% | 0.9% | - |
| XYZ | 48.35 | 28.27 | 69.93 | - |
| YUV | 143.33 | 170.71 | 189.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 85 | 219 | 0 | 0.63 | 0.04 | 0.10 | 304.17 | 0.73 | 0.62 |
| Hex | E5 | 55 | DB | 0 | 3F | 4 | A | 130 | 49 | 3E |
| Octal | 345 | 125 | 333 | 0 | 77 | 4 | 12 | 460 | 111 | 76 |
| Binary | 11100101 | 1010101 | 11011011 | 0 | 111111 | 100 | 1010 | 100110000 | 1001001 | 111110 |
Color Harmonies of #E555DB
Complementary color
Monochromatic Colors of #E555DB
Black with #E555DB
Text Example
Text Example
White with #E555DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E555DB; }
p { color: rgb(229,85,219); }
H1.HeaderClassName
{
color: #E555DB;
}
.AnyTagClassName
{
color: #E555DB;
}
</style>
background-color css
<style>
a { background-color: #E555DB; }
a { background-color: rgb(229,85,219); }
div.DivClassName
{
background-color: #E555DB;
}
.BgClassName
{
background-color: #E555DB;
}
</style>
border-color css
<style>
span { border-color: #E555DB; }
span { border-color: rgb(229,85,219); }
td.TdClassName
{
border-color: #E555DB;
}
.TagClassName
{
border-color: #E555DB;
}
</style>