Html Css Color HEX #EC58DB Free Speech Magenta
📋 copy color: '#EC58DB'red 236 ◦ green 88 ◦ blue 219
Shades of Free Speech Magenta #EC58DB
Tints of Free Speech Magenta #EC58DB
RGB
CMYK
RGB Variations
Color information
#EC58DB (or 0xEC58DB) is known color: Free Speech Magenta. HEX triplet: EC, 58 and DB. RGB value is (236,88,219). Sum of RGB (Red+Green+Blue) = 236+88+219=543 (71% of max value = 765). Red value is 236 (92.58% from 255 or 43.46% from 543); Green value is 88 (34.77% from 255 or 16.21% from 543); Blue value is 219 (85.94% from 255 or 40.33% from 543); Max value from RGB is 236 - color contains mainly: red. Hex color #EC58DB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC58DB is #13A724. Grayscale: #929292. Windows color (decimal): -1287973 or 14375148. OLE color: 14375148.
HSL color Cylindrical-coordinate representation of color #EC58DB: hue angle of 306.89º degrees, saturation: 0.8, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #EC58DB is Cyan = 0, Magento = 0.63, Yellow = 0.07 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 88 | 219 | - |
| CMYK | 0 | 0.63 | 0.07 | 0.07 |
| HSL | 306.89º | 0.8% | 0.64% | - |
| HSV(B) | 306.89º | 0.63% | 0.93% | - |
| XYZ | 50.87 | 29.93 | 70.11 | - |
| YUV | 147.19 | 168.53 | 191.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 88 | 219 | 0 | 0.63 | 0.07 | 0.07 | 306.89 | 0.8 | 0.64 |
| Hex | EC | 58 | DB | 0 | 3F | 7 | 7 | 133 | 50 | 40 |
| Octal | 354 | 130 | 333 | 0 | 77 | 7 | 7 | 463 | 120 | 100 |
| Binary | 11101100 | 1011000 | 11011011 | 0 | 111111 | 111 | 111 | 100110011 | 1010000 | 1000000 |
Color Harmonies of #EC58DB
Complementary color
Monochromatic Colors of #EC58DB
Black with #EC58DB
Text Example
Text Example
White with #EC58DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC58DB; }
p { color: rgb(236,88,219); }
H1.HeaderClassName
{
color: #EC58DB;
}
.AnyTagClassName
{
color: #EC58DB;
}
</style>
background-color css
<style>
a { background-color: #EC58DB; }
a { background-color: rgb(236,88,219); }
div.DivClassName
{
background-color: #EC58DB;
}
.BgClassName
{
background-color: #EC58DB;
}
</style>
border-color css
<style>
span { border-color: #EC58DB; }
span { border-color: rgb(236,88,219); }
td.TdClassName
{
border-color: #EC58DB;
}
.TagClassName
{
border-color: #EC58DB;
}
</style>