Html Css Color HEX #ED49DB Free Speech Magenta
📋 copy color: '#ED49DB'red 237 ◦ green 73 ◦ blue 219
Shades of Free Speech Magenta #ED49DB
Tints of Free Speech Magenta #ED49DB
RGB
CMYK
RGB Variations
Color information
#ED49DB (or 0xED49DB) is known color: Free Speech Magenta. HEX triplet: ED, 49 and DB. RGB value is (237,73,219). Sum of RGB (Red+Green+Blue) = 237+73+219=529 (70% of max value = 765). Red value is 237 (92.97% from 255 or 44.80% from 529); Green value is 73 (28.91% from 255 or 13.80% from 529); Blue value is 219 (85.94% from 255 or 41.40% from 529); Max value from RGB is 237 - color contains mainly: red. Hex color #ED49DB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #ED49DB is #12B624. Grayscale: #8A8A8A. Windows color (decimal): -1226277 or 14371309. OLE color: 14371309.
HSL color Cylindrical-coordinate representation of color #ED49DB: hue angle of 306.59º degrees, saturation: 0.82, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #ED49DB is Cyan = 0, Magento = 0.69, Yellow = 0.08 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 73 | 219 | - |
| CMYK | 0 | 0.69 | 0.08 | 0.07 |
| HSL | 306.59º | 0.82% | 0.61% | - |
| HSV(B) | 306.59º | 0.69% | 0.93% | - |
| XYZ | 50.09 | 27.88 | 69.76 | - |
| YUV | 138.68 | 173.33 | 198.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 73 | 219 | 0 | 0.69 | 0.08 | 0.07 | 306.59 | 0.82 | 0.61 |
| Hex | ED | 49 | DB | 0 | 45 | 8 | 7 | 133 | 52 | 3D |
| Octal | 355 | 111 | 333 | 0 | 105 | 10 | 7 | 463 | 122 | 75 |
| Binary | 11101101 | 1001001 | 11011011 | 0 | 1000101 | 1000 | 111 | 100110011 | 1010010 | 111101 |
Color Harmonies of #ED49DB
Complementary color
Monochromatic Colors of #ED49DB
Black with #ED49DB
Text Example
Text Example
White with #ED49DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED49DB; }
p { color: rgb(237,73,219); }
H1.HeaderClassName
{
color: #ED49DB;
}
.AnyTagClassName
{
color: #ED49DB;
}
</style>
background-color css
<style>
a { background-color: #ED49DB; }
a { background-color: rgb(237,73,219); }
div.DivClassName
{
background-color: #ED49DB;
}
.BgClassName
{
background-color: #ED49DB;
}
</style>
border-color css
<style>
span { border-color: #ED49DB; }
span { border-color: rgb(237,73,219); }
td.TdClassName
{
border-color: #ED49DB;
}
.TagClassName
{
border-color: #ED49DB;
}
</style>