Html Css Color HEX #EC4FDB Free Speech Magenta
📋 copy color: '#EC4FDB'red 236 ◦ green 79 ◦ blue 219
Shades of Free Speech Magenta #EC4FDB
Tints of Free Speech Magenta #EC4FDB
RGB
CMYK
RGB Variations
Color information
#EC4FDB (or 0xEC4FDB) is known color: Free Speech Magenta. HEX triplet: EC, 4F and DB. RGB value is (236,79,219). Sum of RGB (Red+Green+Blue) = 236+79+219=534 (70% of max value = 765). Red value is 236 (92.58% from 255 or 44.19% from 534); Green value is 79 (31.25% from 255 or 14.79% from 534); Blue value is 219 (85.94% from 255 or 41.01% from 534); Max value from RGB is 236 - color contains mainly: red. Hex color #EC4FDB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC4FDB is #13B024. Grayscale: #8D8D8D. Windows color (decimal): -1290277 or 14372844. OLE color: 14372844.
HSL color Cylindrical-coordinate representation of color #EC4FDB: hue angle of 306.5º degrees, saturation: 0.81, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #EC4FDB is Cyan = 0, Magento = 0.67, Yellow = 0.07 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 79 | 219 | - |
| CMYK | 0 | 0.67 | 0.07 | 0.07 |
| HSL | 306.5º | 0.81% | 0.62% | - |
| HSV(B) | 306.5º | 0.67% | 0.93% | - |
| XYZ | 50.17 | 28.54 | 69.88 | - |
| YUV | 141.9 | 171.51 | 195.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 79 | 219 | 0 | 0.67 | 0.07 | 0.07 | 306.5 | 0.81 | 0.62 |
| Hex | EC | 4F | DB | 0 | 43 | 7 | 7 | 132 | 51 | 3E |
| Octal | 354 | 117 | 333 | 0 | 103 | 7 | 7 | 462 | 121 | 76 |
| Binary | 11101100 | 1001111 | 11011011 | 0 | 1000011 | 111 | 111 | 100110010 | 1010001 | 111110 |
Color Harmonies of #EC4FDB
Complementary color
Monochromatic Colors of #EC4FDB
Black with #EC4FDB
Text Example
Text Example
White with #EC4FDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC4FDB; }
p { color: rgb(236,79,219); }
H1.HeaderClassName
{
color: #EC4FDB;
}
.AnyTagClassName
{
color: #EC4FDB;
}
</style>
background-color css
<style>
a { background-color: #EC4FDB; }
a { background-color: rgb(236,79,219); }
div.DivClassName
{
background-color: #EC4FDB;
}
.BgClassName
{
background-color: #EC4FDB;
}
</style>
border-color css
<style>
span { border-color: #EC4FDB; }
span { border-color: rgb(236,79,219); }
td.TdClassName
{
border-color: #EC4FDB;
}
.TagClassName
{
border-color: #EC4FDB;
}
</style>