Html Css Color HEX #EE50EC Free Speech Magenta
📋 copy color: '#EE50EC'red 238 ◦ green 80 ◦ blue 236
Shades of Free Speech Magenta #EE50EC
Tints of Free Speech Magenta #EE50EC
RGB
CMYK
RGB Variations
Color information
#EE50EC (or 0xEE50EC) is known color: Free Speech Magenta. HEX triplet: EE, 50 and EC. RGB value is (238,80,236). Sum of RGB (Red+Green+Blue) = 238+80+236=554 (73% of max value = 765). Red value is 238 (93.36% from 255 or 42.96% from 554); Green value is 80 (31.64% from 255 or 14.44% from 554); Blue value is 236 (92.58% from 255 or 42.60% from 554); Max value from RGB is 238 - color contains mainly: red. Hex color #EE50EC is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EE50EC is #11AF13. Grayscale: #909090. Windows color (decimal): -1158932 or 15487214. OLE color: 15487214.
HSL color Cylindrical-coordinate representation of color #EE50EC: hue angle of 300.76º degrees, saturation: 0.82, 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 #EE50EC is Cyan = 0, Magento = 0.66, Yellow = 0.01 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 80 | 236 | - |
| CMYK | 0 | 0.66 | 0.01 | 0.07 |
| HSL | 300.76º | 0.82% | 0.62% | - |
| HSV(B) | 300.76º | 0.66% | 0.93% | - |
| XYZ | 53.27 | 29.97 | 82.33 | - |
| YUV | 145.03 | 179.35 | 194.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 80 | 236 | 0 | 0.66 | 0.01 | 0.07 | 300.76 | 0.82 | 0.62 |
| Hex | EE | 50 | EC | 0 | 42 | 1 | 7 | 12D | 52 | 3E |
| Octal | 356 | 120 | 354 | 0 | 102 | 1 | 7 | 455 | 122 | 76 |
| Binary | 11101110 | 1010000 | 11101100 | 0 | 1000010 | 1 | 111 | 100101101 | 1010010 | 111110 |
Color Harmonies of #EE50EC
Complementary color
Monochromatic Colors of #EE50EC
Black with #EE50EC
Text Example
Text Example
White with #EE50EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE50EC; }
p { color: rgb(238,80,236); }
H1.HeaderClassName
{
color: #EE50EC;
}
.AnyTagClassName
{
color: #EE50EC;
}
</style>
background-color css
<style>
a { background-color: #EE50EC; }
a { background-color: rgb(238,80,236); }
div.DivClassName
{
background-color: #EE50EC;
}
.BgClassName
{
background-color: #EE50EC;
}
</style>
border-color css
<style>
span { border-color: #EE50EC; }
span { border-color: rgb(238,80,236); }
td.TdClassName
{
border-color: #EE50EC;
}
.TagClassName
{
border-color: #EE50EC;
}
</style>