Html Css Color HEX #E042D3 Free Speech Magenta
📋 copy color: '#E042D3'red 224 ◦ green 66 ◦ blue 211
Shades of Free Speech Magenta #E042D3
Tints of Free Speech Magenta #E042D3
RGB
CMYK
RGB Variations
Color information
#E042D3 (or 0xE042D3) is known color: Free Speech Magenta. HEX triplet: E0, 42 and D3. RGB value is (224,66,211). Sum of RGB (Red+Green+Blue) = 224+66+211=501 (66% of max value = 765). Red value is 224 (87.89% from 255 or 44.71% from 501); Green value is 66 (26.17% from 255 or 13.17% from 501); Blue value is 211 (82.81% from 255 or 42.12% from 501); Max value from RGB is 224 - color contains mainly: red. Hex color #E042D3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E042D3 is #1FBD2C. Grayscale: #818181. Windows color (decimal): -2080045 or 13845216. OLE color: 13845216.
HSL color Cylindrical-coordinate representation of color #E042D3: hue angle of 304.94º 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 #E042D3 is Cyan = 0, Magento = 0.71, Yellow = 0.06 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 66 | 211 | - |
| CMYK | 0 | 0.71 | 0.06 | 0.12 |
| HSL | 304.94º | 0.72% | 0.57% | - |
| HSV(B) | 304.94º | 0.71% | 0.88% | - |
| XYZ | 44.45 | 24.45 | 64 | - |
| YUV | 129.77 | 173.85 | 195.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 66 | 211 | 0 | 0.71 | 0.06 | 0.12 | 304.94 | 0.72 | 0.57 |
| Hex | E0 | 42 | D3 | 0 | 47 | 6 | C | 131 | 48 | 39 |
| Octal | 340 | 102 | 323 | 0 | 107 | 6 | 14 | 461 | 110 | 71 |
| Binary | 11100000 | 1000010 | 11010011 | 0 | 1000111 | 110 | 1100 | 100110001 | 1001000 | 111001 |
Color Harmonies of #E042D3
Complementary color
Monochromatic Colors of #E042D3
Black with #E042D3
Text Example
Text Example
White with #E042D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E042D3; }
p { color: rgb(224,66,211); }
H1.HeaderClassName
{
color: #E042D3;
}
.AnyTagClassName
{
color: #E042D3;
}
</style>
background-color css
<style>
a { background-color: #E042D3; }
a { background-color: rgb(224,66,211); }
div.DivClassName
{
background-color: #E042D3;
}
.BgClassName
{
background-color: #E042D3;
}
</style>
border-color css
<style>
span { border-color: #E042D3; }
span { border-color: rgb(224,66,211); }
td.TdClassName
{
border-color: #E042D3;
}
.TagClassName
{
border-color: #E042D3;
}
</style>