Html Css Color HEX #E048C9 Free Speech Magenta
📋 copy color: '#E048C9'red 224 ◦ green 72 ◦ blue 201
Shades of Free Speech Magenta #E048C9
Tints of Free Speech Magenta #E048C9
RGB
CMYK
RGB Variations
Color information
#E048C9 (or 0xE048C9) is known color: Free Speech Magenta. HEX triplet: E0, 48 and C9. RGB value is (224,72,201). Sum of RGB (Red+Green+Blue) = 224+72+201=497 (65% of max value = 765). Red value is 224 (87.89% from 255 or 45.07% from 497); Green value is 72 (28.52% from 255 or 14.49% from 497); Blue value is 201 (78.91% from 255 or 40.44% from 497); Max value from RGB is 224 - color contains mainly: red. Hex color #E048C9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E048C9 is #1FB736. Grayscale: #838383. Windows color (decimal): -2078519 or 13191392. OLE color: 13191392.
HSL color Cylindrical-coordinate representation of color #E048C9: hue angle of 309.08º 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 #E048C9 is Cyan = 0, Magento = 0.68, Yellow = 0.10 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 72 | 201 | - |
| CMYK | 0 | 0.68 | 0.10 | 0.12 |
| HSL | 309.08º | 0.71% | 0.58% | - |
| HSV(B) | 309.08º | 0.68% | 0.88% | - |
| XYZ | 43.6 | 24.7 | 57.73 | - |
| YUV | 132.15 | 166.86 | 193.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 72 | 201 | 0 | 0.68 | 0.10 | 0.12 | 309.08 | 0.71 | 0.58 |
| Hex | E0 | 48 | C9 | 0 | 44 | A | C | 135 | 47 | 3A |
| Octal | 340 | 110 | 311 | 0 | 104 | 12 | 14 | 465 | 107 | 72 |
| Binary | 11100000 | 1001000 | 11001001 | 0 | 1000100 | 1010 | 1100 | 100110101 | 1000111 | 111010 |
Color Harmonies of #E048C9
Complementary color
Monochromatic Colors of #E048C9
Black with #E048C9
Text Example
Text Example
White with #E048C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E048C9; }
p { color: rgb(224,72,201); }
H1.HeaderClassName
{
color: #E048C9;
}
.AnyTagClassName
{
color: #E048C9;
}
</style>
background-color css
<style>
a { background-color: #E048C9; }
a { background-color: rgb(224,72,201); }
div.DivClassName
{
background-color: #E048C9;
}
.BgClassName
{
background-color: #E048C9;
}
</style>
border-color css
<style>
span { border-color: #E048C9; }
span { border-color: rgb(224,72,201); }
td.TdClassName
{
border-color: #E048C9;
}
.TagClassName
{
border-color: #E048C9;
}
</style>