Html Css Color HEX #E048DD Free Speech Magenta
📋 copy color: '#E048DD'red 224 ◦ green 72 ◦ blue 221
Shades of Free Speech Magenta #E048DD
Tints of Free Speech Magenta #E048DD
RGB
CMYK
RGB Variations
Color information
#E048DD (or 0xE048DD) is known color: Free Speech Magenta. HEX triplet: E0, 48 and DD. RGB value is (224,72,221). Sum of RGB (Red+Green+Blue) = 224+72+221=517 (68% of max value = 765). Red value is 224 (87.89% from 255 or 43.33% from 517); Green value is 72 (28.52% from 255 or 13.93% from 517); Blue value is 221 (86.72% from 255 or 42.75% from 517); Max value from RGB is 224 - color contains mainly: red. Hex color #E048DD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E048DD is #1FB722. Grayscale: #858585. Windows color (decimal): -2078499 or 14502112. OLE color: 14502112.
HSL color Cylindrical-coordinate representation of color #E048DD: hue angle of 301.18º 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 #E048DD is Cyan = 0, Magento = 0.68, Yellow = 0.01 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 72 | 221 | - |
| CMYK | 0 | 0.68 | 0.01 | 0.12 |
| HSL | 301.18º | 0.71% | 0.58% | - |
| HSV(B) | 301.18º | 0.68% | 0.88% | - |
| XYZ | 46.11 | 25.7 | 70.94 | - |
| YUV | 134.43 | 176.86 | 191.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 72 | 221 | 0 | 0.68 | 0.01 | 0.12 | 301.18 | 0.71 | 0.58 |
| Hex | E0 | 48 | DD | 0 | 44 | 1 | C | 12D | 47 | 3A |
| Octal | 340 | 110 | 335 | 0 | 104 | 1 | 14 | 455 | 107 | 72 |
| Binary | 11100000 | 1001000 | 11011101 | 0 | 1000100 | 1 | 1100 | 100101101 | 1000111 | 111010 |
Color Harmonies of #E048DD
Complementary color
Monochromatic Colors of #E048DD
Black with #E048DD
Text Example
Text Example
White with #E048DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E048DD; }
p { color: rgb(224,72,221); }
H1.HeaderClassName
{
color: #E048DD;
}
.AnyTagClassName
{
color: #E048DD;
}
</style>
background-color css
<style>
a { background-color: #E048DD; }
a { background-color: rgb(224,72,221); }
div.DivClassName
{
background-color: #E048DD;
}
.BgClassName
{
background-color: #E048DD;
}
</style>
border-color css
<style>
span { border-color: #E048DD; }
span { border-color: rgb(224,72,221); }
td.TdClassName
{
border-color: #E048DD;
}
.TagClassName
{
border-color: #E048DD;
}
</style>