Html Css Color HEX #E560DB Free Speech Magenta
📋 copy color: '#E560DB'red 229 ◦ green 96 ◦ blue 219
Shades of Free Speech Magenta #E560DB
Tints of Free Speech Magenta #E560DB
RGB
CMYK
RGB Variations
Color information
#E560DB (or 0xE560DB) is known color: Free Speech Magenta. HEX triplet: E5, 60 and DB. RGB value is (229,96,219). Sum of RGB (Red+Green+Blue) = 229+96+219=544 (72% of max value = 765). Red value is 229 (89.84% from 255 or 42.10% from 544); Green value is 96 (37.89% from 255 or 17.65% from 544); Blue value is 219 (85.94% from 255 or 40.26% from 544); Max value from RGB is 229 - color contains mainly: red. Hex color #E560DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E560DB is #1A9F24. Grayscale: #959595. Windows color (decimal): -1744677 or 14377189. OLE color: 14377189.
HSL color Cylindrical-coordinate representation of color #E560DB: hue angle of 304.51º degrees, saturation: 0.72, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #E560DB is Cyan = 0, Magento = 0.58, Yellow = 0.04 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 96 | 219 | - |
| CMYK | 0 | 0.58 | 0.04 | 0.10 |
| HSL | 304.51º | 0.72% | 0.64% | - |
| HSV(B) | 304.51º | 0.58% | 0.9% | - |
| XYZ | 49.28 | 30.14 | 70.24 | - |
| YUV | 149.79 | 167.06 | 184.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 96 | 219 | 0 | 0.58 | 0.04 | 0.10 | 304.51 | 0.72 | 0.64 |
| Hex | E5 | 60 | DB | 0 | 3A | 4 | A | 131 | 48 | 40 |
| Octal | 345 | 140 | 333 | 0 | 72 | 4 | 12 | 461 | 110 | 100 |
| Binary | 11100101 | 1100000 | 11011011 | 0 | 111010 | 100 | 1010 | 100110001 | 1001000 | 1000000 |
Color Harmonies of #E560DB
Complementary color
Monochromatic Colors of #E560DB
Black with #E560DB
Text Example
Text Example
White with #E560DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E560DB; }
p { color: rgb(229,96,219); }
H1.HeaderClassName
{
color: #E560DB;
}
.AnyTagClassName
{
color: #E560DB;
}
</style>
background-color css
<style>
a { background-color: #E560DB; }
a { background-color: rgb(229,96,219); }
div.DivClassName
{
background-color: #E560DB;
}
.BgClassName
{
background-color: #E560DB;
}
</style>
border-color css
<style>
span { border-color: #E560DB; }
span { border-color: rgb(229,96,219); }
td.TdClassName
{
border-color: #E560DB;
}
.TagClassName
{
border-color: #E560DB;
}
</style>