Html Css Color HEX #E149DB Free Speech Magenta
📋 copy color: '#E149DB'red 225 ◦ green 73 ◦ blue 219
Shades of Free Speech Magenta #E149DB
Tints of Free Speech Magenta #E149DB
RGB
CMYK
RGB Variations
Color information
#E149DB (or 0xE149DB) is known color: Free Speech Magenta. HEX triplet: E1, 49 and DB. RGB value is (225,73,219). Sum of RGB (Red+Green+Blue) = 225+73+219=517 (68% of max value = 765). Red value is 225 (88.28% from 255 or 43.52% from 517); Green value is 73 (28.91% from 255 or 14.12% from 517); Blue value is 219 (85.94% from 255 or 42.36% from 517); Max value from RGB is 225 - color contains mainly: red. Hex color #E149DB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E149DB is #1EB624. Grayscale: #868686. Windows color (decimal): -2012709 or 14371297. OLE color: 14371297.
HSL color Cylindrical-coordinate representation of color #E149DB: hue angle of 302.37º 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 #E149DB is Cyan = 0, Magento = 0.68, Yellow = 0.03 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 73 | 219 | - |
| CMYK | 0 | 0.68 | 0.03 | 0.12 |
| HSL | 302.37º | 0.72% | 0.58% | - |
| HSV(B) | 302.37º | 0.68% | 0.88% | - |
| XYZ | 46.22 | 25.89 | 69.58 | - |
| YUV | 135.09 | 175.36 | 192.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 73 | 219 | 0 | 0.68 | 0.03 | 0.12 | 302.37 | 0.72 | 0.58 |
| Hex | E1 | 49 | DB | 0 | 44 | 3 | C | 12E | 48 | 3A |
| Octal | 341 | 111 | 333 | 0 | 104 | 3 | 14 | 456 | 110 | 72 |
| Binary | 11100001 | 1001001 | 11011011 | 0 | 1000100 | 11 | 1100 | 100101110 | 1001000 | 111010 |
Color Harmonies of #E149DB
Complementary color
Monochromatic Colors of #E149DB
Black with #E149DB
Text Example
Text Example
White with #E149DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E149DB; }
p { color: rgb(225,73,219); }
H1.HeaderClassName
{
color: #E149DB;
}
.AnyTagClassName
{
color: #E149DB;
}
</style>
background-color css
<style>
a { background-color: #E149DB; }
a { background-color: rgb(225,73,219); }
div.DivClassName
{
background-color: #E149DB;
}
.BgClassName
{
background-color: #E149DB;
}
</style>
border-color css
<style>
span { border-color: #E149DB; }
span { border-color: rgb(225,73,219); }
td.TdClassName
{
border-color: #E149DB;
}
.TagClassName
{
border-color: #E149DB;
}
</style>