Html Css Color HEX #E149DC Free Speech Magenta
📋 copy color: '#E149DC'red 225 ◦ green 73 ◦ blue 220
Shades of Free Speech Magenta #E149DC
Tints of Free Speech Magenta #E149DC
RGB
CMYK
RGB Variations
Color information
#E149DC (or 0xE149DC) is known color: Free Speech Magenta. HEX triplet: E1, 49 and DC. RGB value is (225,73,220). Sum of RGB (Red+Green+Blue) = 225+73+220=518 (68% of max value = 765). Red value is 225 (88.28% from 255 or 43.44% from 518); Green value is 73 (28.91% from 255 or 14.09% from 518); Blue value is 220 (86.33% from 255 or 42.47% from 518); Max value from RGB is 225 - color contains mainly: red. Hex color #E149DC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E149DC is #1EB623. Grayscale: #868686. Windows color (decimal): -2012708 or 14436833. OLE color: 14436833.
HSL color Cylindrical-coordinate representation of color #E149DC: hue angle of 301.97º 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 #E149DC is Cyan = 0, Magento = 0.68, Yellow = 0.02 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 73 | 220 | - |
| CMYK | 0 | 0.68 | 0.02 | 0.12 |
| HSL | 301.97º | 0.72% | 0.58% | - |
| HSV(B) | 301.97º | 0.68% | 0.88% | - |
| XYZ | 46.35 | 25.94 | 70.27 | - |
| YUV | 135.21 | 175.86 | 192.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 73 | 220 | 0 | 0.68 | 0.02 | 0.12 | 301.97 | 0.72 | 0.58 |
| Hex | E1 | 49 | DC | 0 | 44 | 2 | C | 12E | 48 | 3A |
| Octal | 341 | 111 | 334 | 0 | 104 | 2 | 14 | 456 | 110 | 72 |
| Binary | 11100001 | 1001001 | 11011100 | 0 | 1000100 | 10 | 1100 | 100101110 | 1001000 | 111010 |
Color Harmonies of #E149DC
Complementary color
Monochromatic Colors of #E149DC
Black with #E149DC
Text Example
Text Example
White with #E149DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E149DC; }
p { color: rgb(225,73,220); }
H1.HeaderClassName
{
color: #E149DC;
}
.AnyTagClassName
{
color: #E149DC;
}
</style>
background-color css
<style>
a { background-color: #E149DC; }
a { background-color: rgb(225,73,220); }
div.DivClassName
{
background-color: #E149DC;
}
.BgClassName
{
background-color: #E149DC;
}
</style>
border-color css
<style>
span { border-color: #E149DC; }
span { border-color: rgb(225,73,220); }
td.TdClassName
{
border-color: #E149DC;
}
.TagClassName
{
border-color: #E149DC;
}
</style>