Html Css Color HEX #EC50DD Free Speech Magenta
📋 copy color: '#EC50DD'red 236 ◦ green 80 ◦ blue 221
Shades of Free Speech Magenta #EC50DD
Tints of Free Speech Magenta #EC50DD
RGB
CMYK
RGB Variations
Color information
#EC50DD (or 0xEC50DD) is known color: Free Speech Magenta. HEX triplet: EC, 50 and DD. RGB value is (236,80,221). Sum of RGB (Red+Green+Blue) = 236+80+221=537 (71% of max value = 765). Red value is 236 (92.58% from 255 or 43.95% from 537); Green value is 80 (31.64% from 255 or 14.90% from 537); Blue value is 221 (86.72% from 255 or 41.15% from 537); Max value from RGB is 236 - color contains mainly: red. Hex color #EC50DD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC50DD is #13AF22. Grayscale: #8E8E8E. Windows color (decimal): -1290019 or 14504172. OLE color: 14504172.
HSL color Cylindrical-coordinate representation of color #EC50DD: hue angle of 305.77º degrees, saturation: 0.8, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #EC50DD is Cyan = 0, Magento = 0.66, Yellow = 0.06 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 80 | 221 | - |
| CMYK | 0 | 0.66 | 0.06 | 0.07 |
| HSL | 305.77º | 0.8% | 0.62% | - |
| HSV(B) | 305.77º | 0.66% | 0.93% | - |
| XYZ | 50.51 | 28.79 | 71.3 | - |
| YUV | 142.72 | 172.18 | 194.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 80 | 221 | 0 | 0.66 | 0.06 | 0.07 | 305.77 | 0.8 | 0.62 |
| Hex | EC | 50 | DD | 0 | 42 | 6 | 7 | 132 | 50 | 3E |
| Octal | 354 | 120 | 335 | 0 | 102 | 6 | 7 | 462 | 120 | 76 |
| Binary | 11101100 | 1010000 | 11011101 | 0 | 1000010 | 110 | 111 | 100110010 | 1010000 | 111110 |
Color Harmonies of #EC50DD
Complementary color
Monochromatic Colors of #EC50DD
Black with #EC50DD
Text Example
Text Example
White with #EC50DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC50DD; }
p { color: rgb(236,80,221); }
H1.HeaderClassName
{
color: #EC50DD;
}
.AnyTagClassName
{
color: #EC50DD;
}
</style>
background-color css
<style>
a { background-color: #EC50DD; }
a { background-color: rgb(236,80,221); }
div.DivClassName
{
background-color: #EC50DD;
}
.BgClassName
{
background-color: #EC50DD;
}
</style>
border-color css
<style>
span { border-color: #EC50DD; }
span { border-color: rgb(236,80,221); }
td.TdClassName
{
border-color: #EC50DD;
}
.TagClassName
{
border-color: #EC50DD;
}
</style>