Html Css Color HEX #E036D8 Free Speech Magenta
📋 copy color: '#E036D8'red 224 ◦ green 54 ◦ blue 216
Shades of Free Speech Magenta #E036D8
Tints of Free Speech Magenta #E036D8
RGB
CMYK
RGB Variations
Color information
#E036D8 (or 0xE036D8) is known color: Free Speech Magenta. HEX triplet: E0, 36 and D8. RGB value is (224,54,216). Sum of RGB (Red+Green+Blue) = 224+54+216=494 (65% of max value = 765). Red value is 224 (87.89% from 255 or 45.34% from 494); Green value is 54 (21.48% from 255 or 10.93% from 494); Blue value is 216 (84.77% from 255 or 43.72% from 494); Max value from RGB is 224 - color contains mainly: red. Hex color #E036D8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E036D8 is #1FC927. Grayscale: #7A7A7A. Windows color (decimal): -2083112 or 14169824. OLE color: 14169824.
HSL color Cylindrical-coordinate representation of color #E036D8: hue angle of 302.82º degrees, saturation: 0.73, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #E036D8 is Cyan = 0, Magento = 0.76, Yellow = 0.04 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 54 | 216 | - |
| CMYK | 0 | 0.76 | 0.04 | 0.12 |
| HSL | 302.82º | 0.73% | 0.55% | - |
| HSV(B) | 302.82º | 0.76% | 0.88% | - |
| XYZ | 44.45 | 23.44 | 67.15 | - |
| YUV | 123.3 | 180.32 | 199.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 54 | 216 | 0 | 0.76 | 0.04 | 0.12 | 302.82 | 0.73 | 0.55 |
| Hex | E0 | 36 | D8 | 0 | 4C | 4 | C | 12F | 49 | 37 |
| Octal | 340 | 66 | 330 | 0 | 114 | 4 | 14 | 457 | 111 | 67 |
| Binary | 11100000 | 110110 | 11011000 | 0 | 1001100 | 100 | 1100 | 100101111 | 1001001 | 110111 |
Color Harmonies of #E036D8
Complementary color
Monochromatic Colors of #E036D8
Black with #E036D8
Text Example
Text Example
White with #E036D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E036D8; }
p { color: rgb(224,54,216); }
H1.HeaderClassName
{
color: #E036D8;
}
.AnyTagClassName
{
color: #E036D8;
}
</style>
background-color css
<style>
a { background-color: #E036D8; }
a { background-color: rgb(224,54,216); }
div.DivClassName
{
background-color: #E036D8;
}
.BgClassName
{
background-color: #E036D8;
}
</style>
border-color css
<style>
span { border-color: #E036D8; }
span { border-color: rgb(224,54,216); }
td.TdClassName
{
border-color: #E036D8;
}
.TagClassName
{
border-color: #E036D8;
}
</style>