Html Css Color HEX #E044DB Free Speech Magenta
📋 copy color: '#E044DB'red 224 ◦ green 68 ◦ blue 219
Shades of Free Speech Magenta #E044DB
Tints of Free Speech Magenta #E044DB
RGB
CMYK
RGB Variations
Color information
#E044DB (or 0xE044DB) is known color: Free Speech Magenta. HEX triplet: E0, 44 and DB. RGB value is (224,68,219). Sum of RGB (Red+Green+Blue) = 224+68+219=511 (67% of max value = 765). Red value is 224 (87.89% from 255 or 43.84% from 511); Green value is 68 (26.95% from 255 or 13.31% from 511); Blue value is 219 (85.94% from 255 or 42.86% from 511); Max value from RGB is 224 - color contains mainly: red. Hex color #E044DB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E044DB is #1FBB24. Grayscale: #838383. Windows color (decimal): -2079525 or 14370016. OLE color: 14370016.
HSL color Cylindrical-coordinate representation of color #E044DB: hue angle of 301.92º degrees, saturation: 0.72, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #E044DB is Cyan = 0, Magento = 0.70, Yellow = 0.02 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 68 | 219 | - |
| CMYK | 0 | 0.70 | 0.02 | 0.12 |
| HSL | 301.92º | 0.72% | 0.57% | - |
| HSV(B) | 301.92º | 0.7% | 0.88% | - |
| XYZ | 45.59 | 25.1 | 69.46 | - |
| YUV | 131.86 | 177.18 | 193.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 68 | 219 | 0 | 0.70 | 0.02 | 0.12 | 301.92 | 0.72 | 0.57 |
| Hex | E0 | 44 | DB | 0 | 46 | 2 | C | 12E | 48 | 39 |
| Octal | 340 | 104 | 333 | 0 | 106 | 2 | 14 | 456 | 110 | 71 |
| Binary | 11100000 | 1000100 | 11011011 | 0 | 1000110 | 10 | 1100 | 100101110 | 1001000 | 111001 |
Color Harmonies of #E044DB
Complementary color
Monochromatic Colors of #E044DB
Black with #E044DB
Text Example
Text Example
White with #E044DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E044DB; }
p { color: rgb(224,68,219); }
H1.HeaderClassName
{
color: #E044DB;
}
.AnyTagClassName
{
color: #E044DB;
}
</style>
background-color css
<style>
a { background-color: #E044DB; }
a { background-color: rgb(224,68,219); }
div.DivClassName
{
background-color: #E044DB;
}
.BgClassName
{
background-color: #E044DB;
}
</style>
border-color css
<style>
span { border-color: #E044DB; }
span { border-color: rgb(224,68,219); }
td.TdClassName
{
border-color: #E044DB;
}
.TagClassName
{
border-color: #E044DB;
}
</style>