Html Css Color HEX #EC4BDB Free Speech Magenta
📋 copy color: '#EC4BDB'red 236 ◦ green 75 ◦ blue 219
Shades of Free Speech Magenta #EC4BDB
Tints of Free Speech Magenta #EC4BDB
RGB
CMYK
RGB Variations
Color information
#EC4BDB (or 0xEC4BDB) is known color: Free Speech Magenta. HEX triplet: EC, 4B and DB. RGB value is (236,75,219). Sum of RGB (Red+Green+Blue) = 236+75+219=530 (70% of max value = 765). Red value is 236 (92.58% from 255 or 44.53% from 530); Green value is 75 (29.69% from 255 or 14.15% from 530); Blue value is 219 (85.94% from 255 or 41.32% from 530); Max value from RGB is 236 - color contains mainly: red. Hex color #EC4BDB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EC4BDB is #13B424. Grayscale: #8B8B8B. Windows color (decimal): -1291301 or 14371820. OLE color: 14371820.
HSL color Cylindrical-coordinate representation of color #EC4BDB: hue angle of 306.34º degrees, saturation: 0.81, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #EC4BDB is Cyan = 0, Magento = 0.68, Yellow = 0.07 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 75 | 219 | - |
| CMYK | 0 | 0.68 | 0.07 | 0.07 |
| HSL | 306.34º | 0.81% | 0.61% | - |
| HSV(B) | 306.34º | 0.68% | 0.93% | - |
| XYZ | 49.89 | 27.98 | 69.79 | - |
| YUV | 139.56 | 172.84 | 196.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 75 | 219 | 0 | 0.68 | 0.07 | 0.07 | 306.34 | 0.81 | 0.61 |
| Hex | EC | 4B | DB | 0 | 44 | 7 | 7 | 132 | 51 | 3D |
| Octal | 354 | 113 | 333 | 0 | 104 | 7 | 7 | 462 | 121 | 75 |
| Binary | 11101100 | 1001011 | 11011011 | 0 | 1000100 | 111 | 111 | 100110010 | 1010001 | 111101 |
Color Harmonies of #EC4BDB
Complementary color
Monochromatic Colors of #EC4BDB
Black with #EC4BDB
Text Example
Text Example
White with #EC4BDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC4BDB; }
p { color: rgb(236,75,219); }
H1.HeaderClassName
{
color: #EC4BDB;
}
.AnyTagClassName
{
color: #EC4BDB;
}
</style>
background-color css
<style>
a { background-color: #EC4BDB; }
a { background-color: rgb(236,75,219); }
div.DivClassName
{
background-color: #EC4BDB;
}
.BgClassName
{
background-color: #EC4BDB;
}
</style>
border-color css
<style>
span { border-color: #EC4BDB; }
span { border-color: rgb(236,75,219); }
td.TdClassName
{
border-color: #EC4BDB;
}
.TagClassName
{
border-color: #EC4BDB;
}
</style>