Html Css Color HEX #EC47DB Free Speech Magenta
📋 copy color: '#EC47DB'red 236 ◦ green 71 ◦ blue 219
Shades of Free Speech Magenta #EC47DB
Tints of Free Speech Magenta #EC47DB
RGB
CMYK
RGB Variations
Color information
#EC47DB (or 0xEC47DB) is known color: Free Speech Magenta. HEX triplet: EC, 47 and DB. RGB value is (236,71,219). Sum of RGB (Red+Green+Blue) = 236+71+219=526 (69% of max value = 765). Red value is 236 (92.58% from 255 or 44.87% from 526); Green value is 71 (28.12% from 255 or 13.50% from 526); Blue value is 219 (85.94% from 255 or 41.63% from 526); Max value from RGB is 236 - color contains mainly: red. Hex color #EC47DB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EC47DB is #13B824. Grayscale: #888888. Windows color (decimal): -1292325 or 14370796. OLE color: 14370796.
HSL color Cylindrical-coordinate representation of color #EC47DB: hue angle of 306.18º degrees, saturation: 0.81, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #EC47DB is Cyan = 0, Magento = 0.70, Yellow = 0.07 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 71 | 219 | - |
| CMYK | 0 | 0.70 | 0.07 | 0.07 |
| HSL | 306.18º | 0.81% | 0.6% | - |
| HSV(B) | 306.18º | 0.7% | 0.93% | - |
| XYZ | 49.63 | 27.45 | 69.7 | - |
| YUV | 137.21 | 174.16 | 198.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 71 | 219 | 0 | 0.70 | 0.07 | 0.07 | 306.18 | 0.81 | 0.6 |
| Hex | EC | 47 | DB | 0 | 46 | 7 | 7 | 132 | 51 | 3C |
| Octal | 354 | 107 | 333 | 0 | 106 | 7 | 7 | 462 | 121 | 74 |
| Binary | 11101100 | 1000111 | 11011011 | 0 | 1000110 | 111 | 111 | 100110010 | 1010001 | 111100 |
Color Harmonies of #EC47DB
Complementary color
Monochromatic Colors of #EC47DB
Black with #EC47DB
Text Example
Text Example
White with #EC47DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC47DB; }
p { color: rgb(236,71,219); }
H1.HeaderClassName
{
color: #EC47DB;
}
.AnyTagClassName
{
color: #EC47DB;
}
</style>
background-color css
<style>
a { background-color: #EC47DB; }
a { background-color: rgb(236,71,219); }
div.DivClassName
{
background-color: #EC47DB;
}
.BgClassName
{
background-color: #EC47DB;
}
</style>
border-color css
<style>
span { border-color: #EC47DB; }
span { border-color: rgb(236,71,219); }
td.TdClassName
{
border-color: #EC47DB;
}
.TagClassName
{
border-color: #EC47DB;
}
</style>