Html Css Color HEX #E042DF Free Speech Magenta
📋 copy color: '#E042DF'red 224 ◦ green 66 ◦ blue 223
Shades of Free Speech Magenta #E042DF
Tints of Free Speech Magenta #E042DF
RGB
CMYK
RGB Variations
Color information
#E042DF (or 0xE042DF) is known color: Free Speech Magenta. HEX triplet: E0, 42 and DF. RGB value is (224,66,223). Sum of RGB (Red+Green+Blue) = 224+66+223=513 (67% of max value = 765). Red value is 224 (87.89% from 255 or 43.66% from 513); Green value is 66 (26.17% from 255 or 12.87% from 513); Blue value is 223 (87.5% from 255 or 43.47% from 513); Max value from RGB is 224 - color contains mainly: red. Hex color #E042DF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E042DF is #1FBD20. Grayscale: #828282. Windows color (decimal): -2080033 or 14631648. OLE color: 14631648.
HSL color Cylindrical-coordinate representation of color #E042DF: hue angle of 300.38º 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 #E042DF is Cyan = 0, Magento = 0.71, Yellow = 0.00 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 66 | 223 | - |
| CMYK | 0 | 0.71 | 0.00 | 0.12 |
| HSL | 300.38º | 0.72% | 0.57% | - |
| HSV(B) | 300.38º | 0.71% | 0.88% | - |
| XYZ | 46.01 | 25.07 | 72.23 | - |
| YUV | 131.14 | 179.85 | 194.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 66 | 223 | 0 | 0.71 | 0.00 | 0.12 | 300.38 | 0.72 | 0.57 |
| Hex | E0 | 42 | DF | 0 | 47 | 0 | C | 12C | 48 | 39 |
| Octal | 340 | 102 | 337 | 0 | 107 | 0 | 14 | 454 | 110 | 71 |
| Binary | 11100000 | 1000010 | 11011111 | 0 | 1000111 | 0 | 1100 | 100101100 | 1001000 | 111001 |
Color Harmonies of #E042DF
Complementary color
Monochromatic Colors of #E042DF
Black with #E042DF
Text Example
Text Example
White with #E042DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E042DF; }
p { color: rgb(224,66,223); }
H1.HeaderClassName
{
color: #E042DF;
}
.AnyTagClassName
{
color: #E042DF;
}
</style>
background-color css
<style>
a { background-color: #E042DF; }
a { background-color: rgb(224,66,223); }
div.DivClassName
{
background-color: #E042DF;
}
.BgClassName
{
background-color: #E042DF;
}
</style>
border-color css
<style>
span { border-color: #E042DF; }
span { border-color: rgb(224,66,223); }
td.TdClassName
{
border-color: #E042DF;
}
.TagClassName
{
border-color: #E042DF;
}
</style>