Html Css Color HEX #ED44DB Free Speech Magenta
📋 copy color: '#ED44DB'red 237 ◦ green 68 ◦ blue 219
Shades of Free Speech Magenta #ED44DB
Tints of Free Speech Magenta #ED44DB
RGB
CMYK
RGB Variations
Color information
#ED44DB (or 0xED44DB) is known color: Free Speech Magenta. HEX triplet: ED, 44 and DB. RGB value is (237,68,219). Sum of RGB (Red+Green+Blue) = 237+68+219=524 (69% of max value = 765). Red value is 237 (92.97% from 255 or 45.23% from 524); Green value is 68 (26.95% from 255 or 12.98% from 524); Blue value is 219 (85.94% from 255 or 41.79% from 524); Max value from RGB is 237 - color contains mainly: red. Hex color #ED44DB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #ED44DB is #12BB24. Grayscale: #878787. Windows color (decimal): -1227557 or 14370029. OLE color: 14370029.
HSL color Cylindrical-coordinate representation of color #ED44DB: hue angle of 306.39º degrees, saturation: 0.82, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #ED44DB is Cyan = 0, Magento = 0.71, Yellow = 0.08 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 68 | 219 | - |
| CMYK | 0 | 0.71 | 0.08 | 0.07 |
| HSL | 306.39º | 0.82% | 0.6% | - |
| HSV(B) | 306.39º | 0.71% | 0.93% | - |
| XYZ | 49.78 | 27.25 | 69.65 | - |
| YUV | 135.75 | 174.99 | 200.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 68 | 219 | 0 | 0.71 | 0.08 | 0.07 | 306.39 | 0.82 | 0.6 |
| Hex | ED | 44 | DB | 0 | 47 | 8 | 7 | 132 | 52 | 3C |
| Octal | 355 | 104 | 333 | 0 | 107 | 10 | 7 | 462 | 122 | 74 |
| Binary | 11101101 | 1000100 | 11011011 | 0 | 1000111 | 1000 | 111 | 100110010 | 1010010 | 111100 |
Color Harmonies of #ED44DB
Complementary color
Monochromatic Colors of #ED44DB
Black with #ED44DB
Text Example
Text Example
White with #ED44DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED44DB; }
p { color: rgb(237,68,219); }
H1.HeaderClassName
{
color: #ED44DB;
}
.AnyTagClassName
{
color: #ED44DB;
}
</style>
background-color css
<style>
a { background-color: #ED44DB; }
a { background-color: rgb(237,68,219); }
div.DivClassName
{
background-color: #ED44DB;
}
.BgClassName
{
background-color: #ED44DB;
}
</style>
border-color css
<style>
span { border-color: #ED44DB; }
span { border-color: rgb(237,68,219); }
td.TdClassName
{
border-color: #ED44DB;
}
.TagClassName
{
border-color: #ED44DB;
}
</style>