Html Css Color HEX #E049E1 Free Speech Magenta
📋 copy color: '#E049E1'red 224 ◦ green 73 ◦ blue 225
Shades of Free Speech Magenta #E049E1
Tints of Free Speech Magenta #E049E1
RGB
CMYK
RGB Variations
Color information
#E049E1 (or 0xE049E1) is known color: Free Speech Magenta. HEX triplet: E0, 49 and E1. RGB value is (224,73,225). Sum of RGB (Red+Green+Blue) = 224+73+225=522 (69% of max value = 765). Red value is 224 (87.89% from 255 or 42.91% from 522); Green value is 73 (28.91% from 255 or 13.98% from 522); Blue value is 225 (88.28% from 255 or 43.10% from 522); Max value from RGB is 225 - color contains mainly: blue. Hex color #E049E1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E049E1 is #1FB61E. Grayscale: #878787. Windows color (decimal): -2078239 or 14764512. OLE color: 14764512.
HSL color Cylindrical-coordinate representation of color #E049E1: hue angle of 299.61º degrees, saturation: 0.72, 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 #E049E1 is Cyan = 0.00, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 73 | 225 | - |
| CMYK | 0.00 | 0.68 | 0 | 0.12 |
| HSL | 299.61º | 0.72% | 0.58% | - |
| HSV(B) | 299.61º | 0.68% | 0.88% | - |
| XYZ | 46.71 | 26.05 | 73.8 | - |
| YUV | 135.48 | 178.53 | 191.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 73 | 225 | 0.00 | 0.68 | 0 | 0.12 | 299.61 | 0.72 | 0.58 |
| Hex | E0 | 49 | E1 | 0 | 44 | 0 | C | 12C | 48 | 3A |
| Octal | 340 | 111 | 341 | 0 | 104 | 0 | 14 | 454 | 110 | 72 |
| Binary | 11100000 | 1001001 | 11100001 | 0 | 1000100 | 0 | 1100 | 100101100 | 1001000 | 111010 |
Color Harmonies of #E049E1
Complementary color
Monochromatic Colors of #E049E1
Black with #E049E1
Text Example
Text Example
White with #E049E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E049E1; }
p { color: rgb(224,73,225); }
H1.HeaderClassName
{
color: #E049E1;
}
.AnyTagClassName
{
color: #E049E1;
}
</style>
background-color css
<style>
a { background-color: #E049E1; }
a { background-color: rgb(224,73,225); }
div.DivClassName
{
background-color: #E049E1;
}
.BgClassName
{
background-color: #E049E1;
}
</style>
border-color css
<style>
span { border-color: #E049E1; }
span { border-color: rgb(224,73,225); }
td.TdClassName
{
border-color: #E049E1;
}
.TagClassName
{
border-color: #E049E1;
}
</style>