Html Css Color HEX #EC61DB Free Speech Magenta
📋 copy color: '#EC61DB'red 236 ◦ green 97 ◦ blue 219
Shades of Free Speech Magenta #EC61DB
Tints of Free Speech Magenta #EC61DB
RGB
CMYK
RGB Variations
Color information
#EC61DB (or 0xEC61DB) is known color: Free Speech Magenta. HEX triplet: EC, 61 and DB. RGB value is (236,97,219). Sum of RGB (Red+Green+Blue) = 236+97+219=552 (73% of max value = 765). Red value is 236 (92.58% from 255 or 42.75% from 552); Green value is 97 (38.28% from 255 or 17.57% from 552); Blue value is 219 (85.94% from 255 or 39.67% from 552); Max value from RGB is 236 - color contains mainly: red. Hex color #EC61DB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC61DB is #139E24. Grayscale: #989898. Windows color (decimal): -1285669 or 14377452. OLE color: 14377452.
HSL color Cylindrical-coordinate representation of color #EC61DB: hue angle of 307.34º degrees, saturation: 0.79, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #EC61DB is Cyan = 0, Magento = 0.59, Yellow = 0.07 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 97 | 219 | - |
| CMYK | 0 | 0.59 | 0.07 | 0.07 |
| HSL | 307.34º | 0.79% | 0.65% | - |
| HSV(B) | 307.34º | 0.59% | 0.93% | - |
| XYZ | 51.65 | 31.5 | 70.37 | - |
| YUV | 152.47 | 165.55 | 187.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 97 | 219 | 0 | 0.59 | 0.07 | 0.07 | 307.34 | 0.79 | 0.65 |
| Hex | EC | 61 | DB | 0 | 3B | 7 | 7 | 133 | 4F | 41 |
| Octal | 354 | 141 | 333 | 0 | 73 | 7 | 7 | 463 | 117 | 101 |
| Binary | 11101100 | 1100001 | 11011011 | 0 | 111011 | 111 | 111 | 100110011 | 1001111 | 1000001 |
Color Harmonies of #EC61DB
Complementary color
Monochromatic Colors of #EC61DB
Black with #EC61DB
Text Example
Text Example
White with #EC61DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC61DB; }
p { color: rgb(236,97,219); }
H1.HeaderClassName
{
color: #EC61DB;
}
.AnyTagClassName
{
color: #EC61DB;
}
</style>
background-color css
<style>
a { background-color: #EC61DB; }
a { background-color: rgb(236,97,219); }
div.DivClassName
{
background-color: #EC61DB;
}
.BgClassName
{
background-color: #EC61DB;
}
</style>
border-color css
<style>
span { border-color: #EC61DB; }
span { border-color: rgb(236,97,219); }
td.TdClassName
{
border-color: #EC61DB;
}
.TagClassName
{
border-color: #EC61DB;
}
</style>