Html Css Color HEX #E048DB Free Speech Magenta
📋 copy color: '#E048DB'red 224 ◦ green 72 ◦ blue 219
Shades of Free Speech Magenta #E048DB
Tints of Free Speech Magenta #E048DB
RGB
CMYK
RGB Variations
Color information
#E048DB (or 0xE048DB) is known color: Free Speech Magenta. HEX triplet: E0, 48 and DB. RGB value is (224,72,219). Sum of RGB (Red+Green+Blue) = 224+72+219=515 (68% of max value = 765). Red value is 224 (87.89% from 255 or 43.50% from 515); Green value is 72 (28.52% from 255 or 13.98% from 515); Blue value is 219 (85.94% from 255 or 42.52% from 515); Max value from RGB is 224 - color contains mainly: red. Hex color #E048DB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E048DB is #1FB724. Grayscale: #858585. Windows color (decimal): -2078501 or 14371040. OLE color: 14371040.
HSL color Cylindrical-coordinate representation of color #E048DB: hue angle of 301.97º degrees, saturation: 0.71, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #E048DB is Cyan = 0, Magento = 0.68, Yellow = 0.02 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 72 | 219 | - |
| CMYK | 0 | 0.68 | 0.02 | 0.12 |
| HSL | 301.97º | 0.71% | 0.58% | - |
| HSV(B) | 301.97º | 0.68% | 0.88% | - |
| XYZ | 45.84 | 25.6 | 69.54 | - |
| YUV | 134.21 | 175.86 | 192.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 72 | 219 | 0 | 0.68 | 0.02 | 0.12 | 301.97 | 0.71 | 0.58 |
| Hex | E0 | 48 | DB | 0 | 44 | 2 | C | 12E | 47 | 3A |
| Octal | 340 | 110 | 333 | 0 | 104 | 2 | 14 | 456 | 107 | 72 |
| Binary | 11100000 | 1001000 | 11011011 | 0 | 1000100 | 10 | 1100 | 100101110 | 1000111 | 111010 |
Color Harmonies of #E048DB
Complementary color
Monochromatic Colors of #E048DB
Black with #E048DB
Text Example
Text Example
White with #E048DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E048DB; }
p { color: rgb(224,72,219); }
H1.HeaderClassName
{
color: #E048DB;
}
.AnyTagClassName
{
color: #E048DB;
}
</style>
background-color css
<style>
a { background-color: #E048DB; }
a { background-color: rgb(224,72,219); }
div.DivClassName
{
background-color: #E048DB;
}
.BgClassName
{
background-color: #E048DB;
}
</style>
border-color css
<style>
span { border-color: #E048DB; }
span { border-color: rgb(224,72,219); }
td.TdClassName
{
border-color: #E048DB;
}
.TagClassName
{
border-color: #E048DB;
}
</style>