Html Css Color HEX #EC50DE Free Speech Magenta
📋 copy color: '#EC50DE'red 236 ◦ green 80 ◦ blue 222
Shades of Free Speech Magenta #EC50DE
Tints of Free Speech Magenta #EC50DE
RGB
CMYK
RGB Variations
Color information
#EC50DE (or 0xEC50DE) is known color: Free Speech Magenta. HEX triplet: EC, 50 and DE. RGB value is (236,80,222). Sum of RGB (Red+Green+Blue) = 236+80+222=538 (71% of max value = 765). Red value is 236 (92.58% from 255 or 43.87% from 538); Green value is 80 (31.64% from 255 or 14.87% from 538); Blue value is 222 (87.11% from 255 or 41.26% from 538); Max value from RGB is 236 - color contains mainly: red. Hex color #EC50DE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC50DE is #13AF21. Grayscale: #8E8E8E. Windows color (decimal): -1290018 or 14569708. OLE color: 14569708.
HSL color Cylindrical-coordinate representation of color #EC50DE: hue angle of 305.38º 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 #EC50DE is Cyan = 0, Magento = 0.66, Yellow = 0.06 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 80 | 222 | - |
| CMYK | 0 | 0.66 | 0.06 | 0.07 |
| HSL | 305.38º | 0.8% | 0.62% | - |
| HSV(B) | 305.38º | 0.66% | 0.93% | - |
| XYZ | 50.65 | 28.84 | 72.01 | - |
| YUV | 142.83 | 172.68 | 194.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 80 | 222 | 0 | 0.66 | 0.06 | 0.07 | 305.38 | 0.8 | 0.62 |
| Hex | EC | 50 | DE | 0 | 42 | 6 | 7 | 131 | 50 | 3E |
| Octal | 354 | 120 | 336 | 0 | 102 | 6 | 7 | 461 | 120 | 76 |
| Binary | 11101100 | 1010000 | 11011110 | 0 | 1000010 | 110 | 111 | 100110001 | 1010000 | 111110 |
Color Harmonies of #EC50DE
Complementary color
Monochromatic Colors of #EC50DE
Black with #EC50DE
Text Example
Text Example
White with #EC50DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC50DE; }
p { color: rgb(236,80,222); }
H1.HeaderClassName
{
color: #EC50DE;
}
.AnyTagClassName
{
color: #EC50DE;
}
</style>
background-color css
<style>
a { background-color: #EC50DE; }
a { background-color: rgb(236,80,222); }
div.DivClassName
{
background-color: #EC50DE;
}
.BgClassName
{
background-color: #EC50DE;
}
</style>
border-color css
<style>
span { border-color: #EC50DE; }
span { border-color: rgb(236,80,222); }
td.TdClassName
{
border-color: #EC50DE;
}
.TagClassName
{
border-color: #EC50DE;
}
</style>