Html Css Color HEX #EC4EDB Free Speech Magenta
📋 copy color: '#EC4EDB'red 236 ◦ green 78 ◦ blue 219
Shades of Free Speech Magenta #EC4EDB
Tints of Free Speech Magenta #EC4EDB
RGB
CMYK
RGB Variations
Color information
#EC4EDB (or 0xEC4EDB) is known color: Free Speech Magenta. HEX triplet: EC, 4E and DB. RGB value is (236,78,219). Sum of RGB (Red+Green+Blue) = 236+78+219=533 (70% of max value = 765). Red value is 236 (92.58% from 255 or 44.28% from 533); Green value is 78 (30.86% from 255 or 14.63% from 533); Blue value is 219 (85.94% from 255 or 41.09% from 533); Max value from RGB is 236 - color contains mainly: red. Hex color #EC4EDB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC4EDB is #13B124. Grayscale: #8C8C8C. Windows color (decimal): -1290533 or 14372588. OLE color: 14372588.
HSL color Cylindrical-coordinate representation of color #EC4EDB: hue angle of 306.46º 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 #EC4EDB is Cyan = 0, Magento = 0.67, Yellow = 0.07 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 78 | 219 | - |
| CMYK | 0 | 0.67 | 0.07 | 0.07 |
| HSL | 306.46º | 0.81% | 0.62% | - |
| HSV(B) | 306.46º | 0.67% | 0.93% | - |
| XYZ | 50.1 | 28.4 | 69.86 | - |
| YUV | 141.32 | 171.85 | 195.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 78 | 219 | 0 | 0.67 | 0.07 | 0.07 | 306.46 | 0.81 | 0.62 |
| Hex | EC | 4E | DB | 0 | 43 | 7 | 7 | 132 | 51 | 3E |
| Octal | 354 | 116 | 333 | 0 | 103 | 7 | 7 | 462 | 121 | 76 |
| Binary | 11101100 | 1001110 | 11011011 | 0 | 1000011 | 111 | 111 | 100110010 | 1010001 | 111110 |
Color Harmonies of #EC4EDB
Complementary color
Monochromatic Colors of #EC4EDB
Black with #EC4EDB
Text Example
Text Example
White with #EC4EDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC4EDB; }
p { color: rgb(236,78,219); }
H1.HeaderClassName
{
color: #EC4EDB;
}
.AnyTagClassName
{
color: #EC4EDB;
}
</style>
background-color css
<style>
a { background-color: #EC4EDB; }
a { background-color: rgb(236,78,219); }
div.DivClassName
{
background-color: #EC4EDB;
}
.BgClassName
{
background-color: #EC4EDB;
}
</style>
border-color css
<style>
span { border-color: #EC4EDB; }
span { border-color: rgb(236,78,219); }
td.TdClassName
{
border-color: #EC4EDB;
}
.TagClassName
{
border-color: #EC4EDB;
}
</style>