Html Css Color HEX #E149D9 Free Speech Magenta
📋 copy color: '#E149D9'red 225 ◦ green 73 ◦ blue 217
Shades of Free Speech Magenta #E149D9
Tints of Free Speech Magenta #E149D9
RGB
CMYK
RGB Variations
Color information
#E149D9 (or 0xE149D9) is known color: Free Speech Magenta. HEX triplet: E1, 49 and D9. RGB value is (225,73,217). Sum of RGB (Red+Green+Blue) = 225+73+217=515 (68% of max value = 765). Red value is 225 (88.28% from 255 or 43.69% from 515); Green value is 73 (28.91% from 255 or 14.17% from 515); Blue value is 217 (85.16% from 255 or 42.14% from 515); Max value from RGB is 225 - color contains mainly: red. Hex color #E149D9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E149D9 is #1EB626. Grayscale: #868686. Windows color (decimal): -2012711 or 14240225. OLE color: 14240225.
HSL color Cylindrical-coordinate representation of color #E149D9: hue angle of 303.16º 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 #E149D9 is Cyan = 0, Magento = 0.68, Yellow = 0.04 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 73 | 217 | - |
| CMYK | 0 | 0.68 | 0.04 | 0.12 |
| HSL | 303.16º | 0.72% | 0.58% | - |
| HSV(B) | 303.16º | 0.68% | 0.88% | - |
| XYZ | 45.96 | 25.78 | 68.2 | - |
| YUV | 134.86 | 174.36 | 192.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 73 | 217 | 0 | 0.68 | 0.04 | 0.12 | 303.16 | 0.72 | 0.58 |
| Hex | E1 | 49 | D9 | 0 | 44 | 4 | C | 12F | 48 | 3A |
| Octal | 341 | 111 | 331 | 0 | 104 | 4 | 14 | 457 | 110 | 72 |
| Binary | 11100001 | 1001001 | 11011001 | 0 | 1000100 | 100 | 1100 | 100101111 | 1001000 | 111010 |
Color Harmonies of #E149D9
Complementary color
Monochromatic Colors of #E149D9
Black with #E149D9
Text Example
Text Example
White with #E149D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E149D9; }
p { color: rgb(225,73,217); }
H1.HeaderClassName
{
color: #E149D9;
}
.AnyTagClassName
{
color: #E149D9;
}
</style>
background-color css
<style>
a { background-color: #E149D9; }
a { background-color: rgb(225,73,217); }
div.DivClassName
{
background-color: #E149D9;
}
.BgClassName
{
background-color: #E149D9;
}
</style>
border-color css
<style>
span { border-color: #E149D9; }
span { border-color: rgb(225,73,217); }
td.TdClassName
{
border-color: #E149D9;
}
.TagClassName
{
border-color: #E149D9;
}
</style>