Html Css Color HEX #EC50E6 Free Speech Magenta
📋 copy color: '#EC50E6'red 236 ◦ green 80 ◦ blue 230
Shades of Free Speech Magenta #EC50E6
Tints of Free Speech Magenta #EC50E6
RGB
CMYK
RGB Variations
Color information
#EC50E6 (or 0xEC50E6) is known color: Free Speech Magenta. HEX triplet: EC, 50 and E6. RGB value is (236,80,230). Sum of RGB (Red+Green+Blue) = 236+80+230=546 (72% of max value = 765). Red value is 236 (92.58% from 255 or 43.22% from 546); Green value is 80 (31.64% from 255 or 14.65% from 546); Blue value is 230 (90.23% from 255 or 42.12% from 546); Max value from RGB is 236 - color contains mainly: red. Hex color #EC50E6 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EC50E6 is #13AF19. Grayscale: #8F8F8F. Windows color (decimal): -1290010 or 15093996. OLE color: 15093996.
HSL color Cylindrical-coordinate representation of color #EC50E6: hue angle of 302.31º 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 #EC50E6 is Cyan = 0, Magento = 0.66, Yellow = 0.03 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 80 | 230 | - |
| CMYK | 0 | 0.66 | 0.03 | 0.07 |
| HSL | 302.31º | 0.8% | 0.62% | - |
| HSV(B) | 302.31º | 0.66% | 0.93% | - |
| XYZ | 51.74 | 29.28 | 77.79 | - |
| YUV | 143.74 | 176.68 | 193.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 80 | 230 | 0 | 0.66 | 0.03 | 0.07 | 302.31 | 0.8 | 0.62 |
| Hex | EC | 50 | E6 | 0 | 42 | 3 | 7 | 12E | 50 | 3E |
| Octal | 354 | 120 | 346 | 0 | 102 | 3 | 7 | 456 | 120 | 76 |
| Binary | 11101100 | 1010000 | 11100110 | 0 | 1000010 | 11 | 111 | 100101110 | 1010000 | 111110 |
Color Harmonies of #EC50E6
Complementary color
Monochromatic Colors of #EC50E6
Black with #EC50E6
Text Example
Text Example
White with #EC50E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC50E6; }
p { color: rgb(236,80,230); }
H1.HeaderClassName
{
color: #EC50E6;
}
.AnyTagClassName
{
color: #EC50E6;
}
</style>
background-color css
<style>
a { background-color: #EC50E6; }
a { background-color: rgb(236,80,230); }
div.DivClassName
{
background-color: #EC50E6;
}
.BgClassName
{
background-color: #EC50E6;
}
</style>
border-color css
<style>
span { border-color: #EC50E6; }
span { border-color: rgb(236,80,230); }
td.TdClassName
{
border-color: #EC50E6;
}
.TagClassName
{
border-color: #EC50E6;
}
</style>