Html Css Color HEX #EC55DB Free Speech Magenta
📋 copy color: '#EC55DB'red 236 ◦ green 85 ◦ blue 219
Shades of Free Speech Magenta #EC55DB
Tints of Free Speech Magenta #EC55DB
RGB
CMYK
RGB Variations
Color information
#EC55DB (or 0xEC55DB) is known color: Free Speech Magenta. HEX triplet: EC, 55 and DB. RGB value is (236,85,219). Sum of RGB (Red+Green+Blue) = 236+85+219=540 (71% of max value = 765). Red value is 236 (92.58% from 255 or 43.70% from 540); Green value is 85 (33.59% from 255 or 15.74% from 540); Blue value is 219 (85.94% from 255 or 40.56% from 540); Max value from RGB is 236 - color contains mainly: red. Hex color #EC55DB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC55DB is #13AA24. Grayscale: #919191. Windows color (decimal): -1288741 or 14374380. OLE color: 14374380.
HSL color Cylindrical-coordinate representation of color #EC55DB: hue angle of 306.75º degrees, saturation: 0.8, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #EC55DB is Cyan = 0, Magento = 0.64, Yellow = 0.07 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 85 | 219 | - |
| CMYK | 0 | 0.64 | 0.07 | 0.07 |
| HSL | 306.76º | 0.8% | 0.63% | - |
| HSV(B) | 306.76º | 0.64% | 0.93% | - |
| XYZ | 50.63 | 29.44 | 70.03 | - |
| YUV | 145.43 | 169.53 | 192.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 85 | 219 | 0 | 0.64 | 0.07 | 0.07 | 306.76 | 0.8 | 0.63 |
| Hex | EC | 55 | DB | 0 | 40 | 7 | 7 | 133 | 50 | 3F |
| Octal | 354 | 125 | 333 | 0 | 100 | 7 | 7 | 463 | 120 | 77 |
| Binary | 11101100 | 1010101 | 11011011 | 0 | 1000000 | 111 | 111 | 100110011 | 1010000 | 111111 |
Color Harmonies of #EC55DB
Complementary color
Monochromatic Colors of #EC55DB
Black with #EC55DB
Text Example
Text Example
White with #EC55DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC55DB; }
p { color: rgb(236,85,219); }
H1.HeaderClassName
{
color: #EC55DB;
}
.AnyTagClassName
{
color: #EC55DB;
}
</style>
background-color css
<style>
a { background-color: #EC55DB; }
a { background-color: rgb(236,85,219); }
div.DivClassName
{
background-color: #EC55DB;
}
.BgClassName
{
background-color: #EC55DB;
}
</style>
border-color css
<style>
span { border-color: #EC55DB; }
span { border-color: rgb(236,85,219); }
td.TdClassName
{
border-color: #EC55DB;
}
.TagClassName
{
border-color: #EC55DB;
}
</style>