Html Css Color HEX #E563DB Free Speech Magenta
📋 copy color: '#E563DB'red 229 ◦ green 99 ◦ blue 219
Shades of Free Speech Magenta #E563DB
Tints of Free Speech Magenta #E563DB
RGB
CMYK
RGB Variations
Color information
#E563DB (or 0xE563DB) is known color: Free Speech Magenta. HEX triplet: E5, 63 and DB. RGB value is (229,99,219). Sum of RGB (Red+Green+Blue) = 229+99+219=547 (72% of max value = 765). Red value is 229 (89.84% from 255 or 41.86% from 547); Green value is 99 (39.06% from 255 or 18.10% from 547); Blue value is 219 (85.94% from 255 or 40.04% from 547); Max value from RGB is 229 - color contains mainly: red. Hex color #E563DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E563DB is #1A9C24. Grayscale: #979797. Windows color (decimal): -1743909 or 14377957. OLE color: 14377957.
HSL color Cylindrical-coordinate representation of color #E563DB: hue angle of 304.62º degrees, saturation: 0.71, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #E563DB is Cyan = 0, Magento = 0.57, Yellow = 0.04 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 99 | 219 | - |
| CMYK | 0 | 0.57 | 0.04 | 0.10 |
| HSL | 304.62º | 0.71% | 0.64% | - |
| HSV(B) | 304.62º | 0.57% | 0.9% | - |
| XYZ | 49.56 | 30.7 | 70.33 | - |
| YUV | 151.55 | 166.07 | 183.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 99 | 219 | 0 | 0.57 | 0.04 | 0.10 | 304.62 | 0.71 | 0.64 |
| Hex | E5 | 63 | DB | 0 | 39 | 4 | A | 131 | 47 | 40 |
| Octal | 345 | 143 | 333 | 0 | 71 | 4 | 12 | 461 | 107 | 100 |
| Binary | 11100101 | 1100011 | 11011011 | 0 | 111001 | 100 | 1010 | 100110001 | 1000111 | 1000000 |
Color Harmonies of #E563DB
Complementary color
Monochromatic Colors of #E563DB
Black with #E563DB
Text Example
Text Example
White with #E563DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E563DB; }
p { color: rgb(229,99,219); }
H1.HeaderClassName
{
color: #E563DB;
}
.AnyTagClassName
{
color: #E563DB;
}
</style>
background-color css
<style>
a { background-color: #E563DB; }
a { background-color: rgb(229,99,219); }
div.DivClassName
{
background-color: #E563DB;
}
.BgClassName
{
background-color: #E563DB;
}
</style>
border-color css
<style>
span { border-color: #E563DB; }
span { border-color: rgb(229,99,219); }
td.TdClassName
{
border-color: #E563DB;
}
.TagClassName
{
border-color: #E563DB;
}
</style>