Html Css Color HEX #EC50DA Free Speech Magenta
📋 copy color: '#EC50DA'red 236 ◦ green 80 ◦ blue 218
Shades of Free Speech Magenta #EC50DA
Tints of Free Speech Magenta #EC50DA
RGB
CMYK
RGB Variations
Color information
#EC50DA (or 0xEC50DA) is known color: Free Speech Magenta. HEX triplet: EC, 50 and DA. RGB value is (236,80,218). Sum of RGB (Red+Green+Blue) = 236+80+218=534 (70% of max value = 765). Red value is 236 (92.58% from 255 or 44.19% from 534); Green value is 80 (31.64% from 255 or 14.98% from 534); Blue value is 218 (85.55% from 255 or 40.82% from 534); Max value from RGB is 236 - color contains mainly: red. Hex color #EC50DA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC50DA is #13AF25. Grayscale: #8D8D8D. Windows color (decimal): -1290022 or 14307564. OLE color: 14307564.
HSL color Cylindrical-coordinate representation of color #EC50DA: hue angle of 306.92º 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 #EC50DA is Cyan = 0, Magento = 0.66, Yellow = 0.08 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 80 | 218 | - |
| CMYK | 0 | 0.66 | 0.08 | 0.07 |
| HSL | 306.92º | 0.8% | 0.62% | - |
| HSV(B) | 306.92º | 0.66% | 0.93% | - |
| XYZ | 50.12 | 28.63 | 69.21 | - |
| YUV | 142.38 | 170.68 | 194.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 80 | 218 | 0 | 0.66 | 0.08 | 0.07 | 306.92 | 0.8 | 0.62 |
| Hex | EC | 50 | DA | 0 | 42 | 8 | 7 | 133 | 50 | 3E |
| Octal | 354 | 120 | 332 | 0 | 102 | 10 | 7 | 463 | 120 | 76 |
| Binary | 11101100 | 1010000 | 11011010 | 0 | 1000010 | 1000 | 111 | 100110011 | 1010000 | 111110 |
Color Harmonies of #EC50DA
Complementary color
Monochromatic Colors of #EC50DA
Black with #EC50DA
Text Example
Text Example
White with #EC50DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC50DA; }
p { color: rgb(236,80,218); }
H1.HeaderClassName
{
color: #EC50DA;
}
.AnyTagClassName
{
color: #EC50DA;
}
</style>
background-color css
<style>
a { background-color: #EC50DA; }
a { background-color: rgb(236,80,218); }
div.DivClassName
{
background-color: #EC50DA;
}
.BgClassName
{
background-color: #EC50DA;
}
</style>
border-color css
<style>
span { border-color: #EC50DA; }
span { border-color: rgb(236,80,218); }
td.TdClassName
{
border-color: #EC50DA;
}
.TagClassName
{
border-color: #EC50DA;
}
</style>