Html Css Color HEX #E041DF Free Speech Magenta
📋 copy color: '#E041DF'red 224 ◦ green 65 ◦ blue 223
Shades of Free Speech Magenta #E041DF
Tints of Free Speech Magenta #E041DF
RGB
CMYK
RGB Variations
Color information
#E041DF (or 0xE041DF) is known color: Free Speech Magenta. HEX triplet: E0, 41 and DF. RGB value is (224,65,223). Sum of RGB (Red+Green+Blue) = 224+65+223=512 (67% of max value = 765). Red value is 224 (87.89% from 255 or 43.75% from 512); Green value is 65 (25.78% from 255 or 12.70% from 512); Blue value is 223 (87.5% from 255 or 43.55% from 512); Max value from RGB is 224 - color contains mainly: red. Hex color #E041DF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E041DF is #1FBE20. Grayscale: #828282. Windows color (decimal): -2080289 or 14631392. OLE color: 14631392.
HSL color Cylindrical-coordinate representation of color #E041DF: 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 #E041DF is Cyan = 0, Magento = 0.71, Yellow = 0.00 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 65 | 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 | 45.95 | 24.96 | 72.21 | - |
| YUV | 130.55 | 180.18 | 194.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 65 | 223 | 0 | 0.71 | 0.00 | 0.12 | 300.38 | 0.72 | 0.57 |
| Hex | E0 | 41 | DF | 0 | 47 | 0 | C | 12C | 48 | 39 |
| Octal | 340 | 101 | 337 | 0 | 107 | 0 | 14 | 454 | 110 | 71 |
| Binary | 11100000 | 1000001 | 11011111 | 0 | 1000111 | 0 | 1100 | 100101100 | 1001000 | 111001 |
Color Harmonies of #E041DF
Complementary color
Monochromatic Colors of #E041DF
Black with #E041DF
Text Example
Text Example
White with #E041DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E041DF; }
p { color: rgb(224,65,223); }
H1.HeaderClassName
{
color: #E041DF;
}
.AnyTagClassName
{
color: #E041DF;
}
</style>
background-color css
<style>
a { background-color: #E041DF; }
a { background-color: rgb(224,65,223); }
div.DivClassName
{
background-color: #E041DF;
}
.BgClassName
{
background-color: #E041DF;
}
</style>
border-color css
<style>
span { border-color: #E041DF; }
span { border-color: rgb(224,65,223); }
td.TdClassName
{
border-color: #E041DF;
}
.TagClassName
{
border-color: #E041DF;
}
</style>