Html Css Color HEX #E043D1 Free Speech Magenta
📋 copy color: '#E043D1'red 224 ◦ green 67 ◦ blue 209
Shades of Free Speech Magenta #E043D1
Tints of Free Speech Magenta #E043D1
RGB
CMYK
RGB Variations
Color information
#E043D1 (or 0xE043D1) is known color: Free Speech Magenta. HEX triplet: E0, 43 and D1. RGB value is (224,67,209). Sum of RGB (Red+Green+Blue) = 224+67+209=500 (66% of max value = 765). Red value is 224 (87.89% from 255 or 44.8% from 500); Green value is 67 (26.56% from 255 or 13.4% from 500); Blue value is 209 (82.03% from 255 or 41.8% from 500); Max value from RGB is 224 - color contains mainly: red. Hex color #E043D1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E043D1 is #1FBC2E. Grayscale: #818181. Windows color (decimal): -2079791 or 13714400. OLE color: 13714400.
HSL color Cylindrical-coordinate representation of color #E043D1: hue angle of 305.73º 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 #E043D1 is Cyan = 0, Magento = 0.70, Yellow = 0.07 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 67 | 209 | - |
| CMYK | 0 | 0.70 | 0.07 | 0.12 |
| HSL | 305.73º | 0.72% | 0.57% | - |
| HSV(B) | 305.73º | 0.7% | 0.88% | - |
| XYZ | 44.26 | 24.47 | 62.71 | - |
| YUV | 130.13 | 172.51 | 194.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 67 | 209 | 0 | 0.70 | 0.07 | 0.12 | 305.73 | 0.72 | 0.57 |
| Hex | E0 | 43 | D1 | 0 | 46 | 7 | C | 132 | 48 | 39 |
| Octal | 340 | 103 | 321 | 0 | 106 | 7 | 14 | 462 | 110 | 71 |
| Binary | 11100000 | 1000011 | 11010001 | 0 | 1000110 | 111 | 1100 | 100110010 | 1001000 | 111001 |
Color Harmonies of #E043D1
Complementary color
Monochromatic Colors of #E043D1
Black with #E043D1
Text Example
Text Example
White with #E043D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E043D1; }
p { color: rgb(224,67,209); }
H1.HeaderClassName
{
color: #E043D1;
}
.AnyTagClassName
{
color: #E043D1;
}
</style>
background-color css
<style>
a { background-color: #E043D1; }
a { background-color: rgb(224,67,209); }
div.DivClassName
{
background-color: #E043D1;
}
.BgClassName
{
background-color: #E043D1;
}
</style>
border-color css
<style>
span { border-color: #E043D1; }
span { border-color: rgb(224,67,209); }
td.TdClassName
{
border-color: #E043D1;
}
.TagClassName
{
border-color: #E043D1;
}
</style>