Html Css Color HEX #EC51DB Free Speech Magenta
📋 copy color: '#EC51DB'red 236 ◦ green 81 ◦ blue 219
Shades of Free Speech Magenta #EC51DB
Tints of Free Speech Magenta #EC51DB
RGB
CMYK
RGB Variations
Color information
#EC51DB (or 0xEC51DB) is known color: Free Speech Magenta. HEX triplet: EC, 51 and DB. RGB value is (236,81,219). Sum of RGB (Red+Green+Blue) = 236+81+219=536 (70% of max value = 765). Red value is 236 (92.58% from 255 or 44.03% from 536); Green value is 81 (32.03% from 255 or 15.11% from 536); Blue value is 219 (85.94% from 255 or 40.86% from 536); Max value from RGB is 236 - color contains mainly: red. Hex color #EC51DB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC51DB is #13AE24. Grayscale: #8E8E8E. Windows color (decimal): -1289765 or 14373356. OLE color: 14373356.
HSL color Cylindrical-coordinate representation of color #EC51DB: hue angle of 306.58º degrees, saturation: 0.8, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #EC51DB is Cyan = 0, Magento = 0.66, Yellow = 0.07 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 81 | 219 | - |
| CMYK | 0 | 0.66 | 0.07 | 0.07 |
| HSL | 306.58º | 0.8% | 0.62% | - |
| HSV(B) | 306.58º | 0.66% | 0.93% | - |
| XYZ | 50.32 | 28.83 | 69.93 | - |
| YUV | 143.08 | 170.85 | 194.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 81 | 219 | 0 | 0.66 | 0.07 | 0.07 | 306.58 | 0.8 | 0.62 |
| Hex | EC | 51 | DB | 0 | 42 | 7 | 7 | 133 | 50 | 3E |
| Octal | 354 | 121 | 333 | 0 | 102 | 7 | 7 | 463 | 120 | 76 |
| Binary | 11101100 | 1010001 | 11011011 | 0 | 1000010 | 111 | 111 | 100110011 | 1010000 | 111110 |
Color Harmonies of #EC51DB
Complementary color
Monochromatic Colors of #EC51DB
Black with #EC51DB
Text Example
Text Example
White with #EC51DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC51DB; }
p { color: rgb(236,81,219); }
H1.HeaderClassName
{
color: #EC51DB;
}
.AnyTagClassName
{
color: #EC51DB;
}
</style>
background-color css
<style>
a { background-color: #EC51DB; }
a { background-color: rgb(236,81,219); }
div.DivClassName
{
background-color: #EC51DB;
}
.BgClassName
{
background-color: #EC51DB;
}
</style>
border-color css
<style>
span { border-color: #EC51DB; }
span { border-color: rgb(236,81,219); }
td.TdClassName
{
border-color: #EC51DB;
}
.TagClassName
{
border-color: #EC51DB;
}
</style>