Html Css Color HEX #E043DF Free Speech Magenta
📋 copy color: '#E043DF'red 224 ◦ green 67 ◦ blue 223
Shades of Free Speech Magenta #E043DF
Tints of Free Speech Magenta #E043DF
RGB
CMYK
RGB Variations
Color information
#E043DF (or 0xE043DF) is known color: Free Speech Magenta. HEX triplet: E0, 43 and DF. RGB value is (224,67,223). Sum of RGB (Red+Green+Blue) = 224+67+223=514 (68% of max value = 765). Red value is 224 (87.89% from 255 or 43.58% from 514); Green value is 67 (26.56% from 255 or 13.04% from 514); Blue value is 223 (87.5% from 255 or 43.39% from 514); Max value from RGB is 224 - color contains mainly: red. Hex color #E043DF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E043DF is #1FBC20. Grayscale: #838383. Windows color (decimal): -2079777 or 14631904. OLE color: 14631904.
HSL color Cylindrical-coordinate representation of color #E043DF: 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.7%. Process color model (Four color, CMYK) of #E043DF is Cyan = 0, Magento = 0.70, Yellow = 0.00 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 67 | 223 | - |
| CMYK | 0 | 0.70 | 0.00 | 0.12 |
| HSL | 300.38º | 0.72% | 0.57% | - |
| HSV(B) | 300.38º | 0.7% | 0.88% | - |
| XYZ | 46.07 | 25.19 | 72.25 | - |
| YUV | 131.73 | 179.51 | 193.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 67 | 223 | 0 | 0.70 | 0.00 | 0.12 | 300.38 | 0.72 | 0.57 |
| Hex | E0 | 43 | DF | 0 | 46 | 0 | C | 12C | 48 | 39 |
| Octal | 340 | 103 | 337 | 0 | 106 | 0 | 14 | 454 | 110 | 71 |
| Binary | 11100000 | 1000011 | 11011111 | 0 | 1000110 | 0 | 1100 | 100101100 | 1001000 | 111001 |
Color Harmonies of #E043DF
Complementary color
Monochromatic Colors of #E043DF
Black with #E043DF
Text Example
Text Example
White with #E043DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E043DF; }
p { color: rgb(224,67,223); }
H1.HeaderClassName
{
color: #E043DF;
}
.AnyTagClassName
{
color: #E043DF;
}
</style>
background-color css
<style>
a { background-color: #E043DF; }
a { background-color: rgb(224,67,223); }
div.DivClassName
{
background-color: #E043DF;
}
.BgClassName
{
background-color: #E043DF;
}
</style>
border-color css
<style>
span { border-color: #E043DF; }
span { border-color: rgb(224,67,223); }
td.TdClassName
{
border-color: #E043DF;
}
.TagClassName
{
border-color: #E043DF;
}
</style>