Html Css Color HEX #E042D8 Free Speech Magenta
📋 copy color: '#E042D8'red 224 ◦ green 66 ◦ blue 216
Shades of Free Speech Magenta #E042D8
Tints of Free Speech Magenta #E042D8
RGB
CMYK
RGB Variations
Color information
#E042D8 (or 0xE042D8) is known color: Free Speech Magenta. HEX triplet: E0, 42 and D8. RGB value is (224,66,216). Sum of RGB (Red+Green+Blue) = 224+66+216=506 (67% of max value = 765). Red value is 224 (87.89% from 255 or 44.27% from 506); Green value is 66 (26.17% from 255 or 13.04% from 506); Blue value is 216 (84.77% from 255 or 42.69% from 506); Max value from RGB is 224 - color contains mainly: red. Hex color #E042D8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E042D8 is #1FBD27. Grayscale: #818181. Windows color (decimal): -2080040 or 14172896. OLE color: 14172896.
HSL color Cylindrical-coordinate representation of color #E042D8: hue angle of 303.04º 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 #E042D8 is Cyan = 0, Magento = 0.71, Yellow = 0.04 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 66 | 216 | - |
| CMYK | 0 | 0.71 | 0.04 | 0.12 |
| HSL | 303.04º | 0.72% | 0.57% | - |
| HSV(B) | 303.04º | 0.71% | 0.88% | - |
| XYZ | 45.08 | 24.7 | 67.36 | - |
| YUV | 130.34 | 176.35 | 194.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 66 | 216 | 0 | 0.71 | 0.04 | 0.12 | 303.04 | 0.72 | 0.57 |
| Hex | E0 | 42 | D8 | 0 | 47 | 4 | C | 12F | 48 | 39 |
| Octal | 340 | 102 | 330 | 0 | 107 | 4 | 14 | 457 | 110 | 71 |
| Binary | 11100000 | 1000010 | 11011000 | 0 | 1000111 | 100 | 1100 | 100101111 | 1001000 | 111001 |
Color Harmonies of #E042D8
Complementary color
Monochromatic Colors of #E042D8
Black with #E042D8
Text Example
Text Example
White with #E042D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E042D8; }
p { color: rgb(224,66,216); }
H1.HeaderClassName
{
color: #E042D8;
}
.AnyTagClassName
{
color: #E042D8;
}
</style>
background-color css
<style>
a { background-color: #E042D8; }
a { background-color: rgb(224,66,216); }
div.DivClassName
{
background-color: #E042D8;
}
.BgClassName
{
background-color: #E042D8;
}
</style>
border-color css
<style>
span { border-color: #E042D8; }
span { border-color: rgb(224,66,216); }
td.TdClassName
{
border-color: #E042D8;
}
.TagClassName
{
border-color: #E042D8;
}
</style>