Html Css Color HEX #E048DF Free Speech Magenta
📋 copy color: '#E048DF'red 224 ◦ green 72 ◦ blue 223
Shades of Free Speech Magenta #E048DF
Tints of Free Speech Magenta #E048DF
RGB
CMYK
RGB Variations
Color information
#E048DF (or 0xE048DF) is known color: Free Speech Magenta. HEX triplet: E0, 48 and DF. RGB value is (224,72,223). Sum of RGB (Red+Green+Blue) = 224+72+223=519 (68% of max value = 765). Red value is 224 (87.89% from 255 or 43.16% from 519); Green value is 72 (28.52% from 255 or 13.87% from 519); Blue value is 223 (87.5% from 255 or 42.97% from 519); Max value from RGB is 224 - color contains mainly: red. Hex color #E048DF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E048DF is #1FB720. Grayscale: #868686. Windows color (decimal): -2078497 or 14633184. OLE color: 14633184.
HSL color Cylindrical-coordinate representation of color #E048DF: hue angle of 300.39º 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 #E048DF is Cyan = 0, Magento = 0.68, Yellow = 0.00 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 72 | 223 | - |
| CMYK | 0 | 0.68 | 0.00 | 0.12 |
| HSL | 300.39º | 0.71% | 0.58% | - |
| HSV(B) | 300.39º | 0.68% | 0.88% | - |
| XYZ | 46.38 | 25.81 | 72.35 | - |
| YUV | 134.66 | 177.86 | 191.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 72 | 223 | 0 | 0.68 | 0.00 | 0.12 | 300.39 | 0.71 | 0.58 |
| Hex | E0 | 48 | DF | 0 | 44 | 0 | C | 12C | 47 | 3A |
| Octal | 340 | 110 | 337 | 0 | 104 | 0 | 14 | 454 | 107 | 72 |
| Binary | 11100000 | 1001000 | 11011111 | 0 | 1000100 | 0 | 1100 | 100101100 | 1000111 | 111010 |
Color Harmonies of #E048DF
Complementary color
Monochromatic Colors of #E048DF
Black with #E048DF
Text Example
Text Example
White with #E048DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E048DF; }
p { color: rgb(224,72,223); }
H1.HeaderClassName
{
color: #E048DF;
}
.AnyTagClassName
{
color: #E048DF;
}
</style>
background-color css
<style>
a { background-color: #E048DF; }
a { background-color: rgb(224,72,223); }
div.DivClassName
{
background-color: #E048DF;
}
.BgClassName
{
background-color: #E048DF;
}
</style>
border-color css
<style>
span { border-color: #E048DF; }
span { border-color: rgb(224,72,223); }
td.TdClassName
{
border-color: #E048DF;
}
.TagClassName
{
border-color: #E048DF;
}
</style>