Html Css Color HEX #E048DC Free Speech Magenta
📋 copy color: '#E048DC'red 224 ◦ green 72 ◦ blue 220
Shades of Free Speech Magenta #E048DC
Tints of Free Speech Magenta #E048DC
RGB
CMYK
RGB Variations
Color information
#E048DC (or 0xE048DC) is known color: Free Speech Magenta. HEX triplet: E0, 48 and DC. RGB value is (224,72,220). Sum of RGB (Red+Green+Blue) = 224+72+220=516 (68% of max value = 765). Red value is 224 (87.89% from 255 or 43.41% from 516); Green value is 72 (28.52% from 255 or 13.95% from 516); Blue value is 220 (86.33% from 255 or 42.64% from 516); Max value from RGB is 224 - color contains mainly: red. Hex color #E048DC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E048DC is #1FB723. Grayscale: #858585. Windows color (decimal): -2078500 or 14436576. OLE color: 14436576.
HSL color Cylindrical-coordinate representation of color #E048DC: hue angle of 301.58º degrees, saturation: 0.71, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #E048DC is Cyan = 0, Magento = 0.68, Yellow = 0.02 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 72 | 220 | - |
| CMYK | 0 | 0.68 | 0.02 | 0.12 |
| HSL | 301.58º | 0.71% | 0.58% | - |
| HSV(B) | 301.58º | 0.68% | 0.88% | - |
| XYZ | 45.98 | 25.65 | 70.24 | - |
| YUV | 134.32 | 176.36 | 191.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 72 | 220 | 0 | 0.68 | 0.02 | 0.12 | 301.58 | 0.71 | 0.58 |
| Hex | E0 | 48 | DC | 0 | 44 | 2 | C | 12E | 47 | 3A |
| Octal | 340 | 110 | 334 | 0 | 104 | 2 | 14 | 456 | 107 | 72 |
| Binary | 11100000 | 1001000 | 11011100 | 0 | 1000100 | 10 | 1100 | 100101110 | 1000111 | 111010 |
Color Harmonies of #E048DC
Complementary color
Monochromatic Colors of #E048DC
Black with #E048DC
Text Example
Text Example
White with #E048DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E048DC; }
p { color: rgb(224,72,220); }
H1.HeaderClassName
{
color: #E048DC;
}
.AnyTagClassName
{
color: #E048DC;
}
</style>
background-color css
<style>
a { background-color: #E048DC; }
a { background-color: rgb(224,72,220); }
div.DivClassName
{
background-color: #E048DC;
}
.BgClassName
{
background-color: #E048DC;
}
</style>
border-color css
<style>
span { border-color: #E048DC; }
span { border-color: rgb(224,72,220); }
td.TdClassName
{
border-color: #E048DC;
}
.TagClassName
{
border-color: #E048DC;
}
</style>