Html Css Color HEX #E549DB Free Speech Magenta
📋 copy color: '#E549DB'red 229 ◦ green 73 ◦ blue 219
Shades of Free Speech Magenta #E549DB
Tints of Free Speech Magenta #E549DB
RGB
CMYK
RGB Variations
Color information
#E549DB (or 0xE549DB) is known color: Free Speech Magenta. HEX triplet: E5, 49 and DB. RGB value is (229,73,219). Sum of RGB (Red+Green+Blue) = 229+73+219=521 (69% of max value = 765). Red value is 229 (89.84% from 255 or 43.95% from 521); Green value is 73 (28.91% from 255 or 14.01% from 521); Blue value is 219 (85.94% from 255 or 42.03% from 521); Max value from RGB is 229 - color contains mainly: red. Hex color #E549DB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E549DB is #1AB624. Grayscale: #878787. Windows color (decimal): -1750565 or 14371301. OLE color: 14371301.
HSL color Cylindrical-coordinate representation of color #E549DB: hue angle of 303.85º degrees, saturation: 0.75, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #E549DB is Cyan = 0, Magento = 0.68, Yellow = 0.04 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 73 | 219 | - |
| CMYK | 0 | 0.68 | 0.04 | 0.10 |
| HSL | 303.85º | 0.75% | 0.59% | - |
| HSV(B) | 303.85º | 0.68% | 0.9% | - |
| XYZ | 47.48 | 26.54 | 69.64 | - |
| YUV | 136.29 | 174.68 | 194.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 73 | 219 | 0 | 0.68 | 0.04 | 0.10 | 303.85 | 0.75 | 0.59 |
| Hex | E5 | 49 | DB | 0 | 44 | 4 | A | 130 | 4B | 3B |
| Octal | 345 | 111 | 333 | 0 | 104 | 4 | 12 | 460 | 113 | 73 |
| Binary | 11100101 | 1001001 | 11011011 | 0 | 1000100 | 100 | 1010 | 100110000 | 1001011 | 111011 |
Color Harmonies of #E549DB
Complementary color
Monochromatic Colors of #E549DB
Black with #E549DB
Text Example
Text Example
White with #E549DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E549DB; }
p { color: rgb(229,73,219); }
H1.HeaderClassName
{
color: #E549DB;
}
.AnyTagClassName
{
color: #E549DB;
}
</style>
background-color css
<style>
a { background-color: #E549DB; }
a { background-color: rgb(229,73,219); }
div.DivClassName
{
background-color: #E549DB;
}
.BgClassName
{
background-color: #E549DB;
}
</style>
border-color css
<style>
span { border-color: #E549DB; }
span { border-color: rgb(229,73,219); }
td.TdClassName
{
border-color: #E549DB;
}
.TagClassName
{
border-color: #E549DB;
}
</style>