Html Css Color HEX #E042DB Free Speech Magenta
📋 copy color: '#E042DB'red 224 ◦ green 66 ◦ blue 219
Shades of Free Speech Magenta #E042DB
Tints of Free Speech Magenta #E042DB
RGB
CMYK
RGB Variations
Color information
#E042DB (or 0xE042DB) is known color: Free Speech Magenta. HEX triplet: E0, 42 and DB. RGB value is (224,66,219). Sum of RGB (Red+Green+Blue) = 224+66+219=509 (67% of max value = 765). Red value is 224 (87.89% from 255 or 44.01% from 509); Green value is 66 (26.17% from 255 or 12.97% from 509); Blue value is 219 (85.94% from 255 or 43.03% from 509); Max value from RGB is 224 - color contains mainly: red. Hex color #E042DB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E042DB is #1FBD24. Grayscale: #828282. Windows color (decimal): -2080037 or 14369504. OLE color: 14369504.
HSL color Cylindrical-coordinate representation of color #E042DB: hue angle of 301.9º degrees, saturation: 0.72, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #E042DB is Cyan = 0, Magento = 0.71, Yellow = 0.02 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 66 | 219 | - |
| CMYK | 0 | 0.71 | 0.02 | 0.12 |
| HSL | 301.9º | 0.72% | 0.57% | - |
| HSV(B) | 301.9º | 0.71% | 0.88% | - |
| XYZ | 45.47 | 24.86 | 69.42 | - |
| YUV | 130.68 | 177.85 | 194.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 66 | 219 | 0 | 0.71 | 0.02 | 0.12 | 301.9 | 0.72 | 0.57 |
| Hex | E0 | 42 | DB | 0 | 47 | 2 | C | 12E | 48 | 39 |
| Octal | 340 | 102 | 333 | 0 | 107 | 2 | 14 | 456 | 110 | 71 |
| Binary | 11100000 | 1000010 | 11011011 | 0 | 1000111 | 10 | 1100 | 100101110 | 1001000 | 111001 |
Color Harmonies of #E042DB
Complementary color
Monochromatic Colors of #E042DB
Black with #E042DB
Text Example
Text Example
White with #E042DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E042DB; }
p { color: rgb(224,66,219); }
H1.HeaderClassName
{
color: #E042DB;
}
.AnyTagClassName
{
color: #E042DB;
}
</style>
background-color css
<style>
a { background-color: #E042DB; }
a { background-color: rgb(224,66,219); }
div.DivClassName
{
background-color: #E042DB;
}
.BgClassName
{
background-color: #E042DB;
}
</style>
border-color css
<style>
span { border-color: #E042DB; }
span { border-color: rgb(224,66,219); }
td.TdClassName
{
border-color: #E042DB;
}
.TagClassName
{
border-color: #E042DB;
}
</style>