Html Css Color HEX #E060EC Free Speech Magenta
📋 copy color: '#E060EC'red 224 ◦ green 96 ◦ blue 236
Shades of Free Speech Magenta #E060EC
Tints of Free Speech Magenta #E060EC
RGB
CMYK
RGB Variations
Color information
#E060EC (or 0xE060EC) is known color: Free Speech Magenta. HEX triplet: E0, 60 and EC. RGB value is (224,96,236). Sum of RGB (Red+Green+Blue) = 224+96+236=556 (73% of max value = 765). Red value is 224 (87.89% from 255 or 40.29% from 556); Green value is 96 (37.89% from 255 or 17.27% from 556); Blue value is 236 (92.58% from 255 or 42.45% from 556); Max value from RGB is 236 - color contains mainly: blue. Hex color #E060EC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E060EC is #1F9F13. Grayscale: #959595. Windows color (decimal): -2072340 or 15491296. OLE color: 15491296.
HSL color Cylindrical-coordinate representation of color #E060EC: hue angle of 294.86º degrees, saturation: 0.79, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #E060EC is Cyan = 0.05, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 224 | 96 | 236 | - |
| CMYK | 0.05 | 0.59 | 0 | 0.07 |
| HSL | 294.86º | 0.79% | 0.65% | - |
| HSV(B) | 294.86º | 0.59% | 0.93% | - |
| XYZ | 50.06 | 30.27 | 82.56 | - |
| YUV | 150.23 | 176.41 | 180.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 96 | 236 | 0.05 | 0.59 | 0 | 0.07 | 294.86 | 0.79 | 0.65 |
| Hex | E0 | 60 | EC | 5 | 3B | 0 | 7 | 127 | 4F | 41 |
| Octal | 340 | 140 | 354 | 5 | 73 | 0 | 7 | 447 | 117 | 101 |
| Binary | 11100000 | 1100000 | 11101100 | 101 | 111011 | 0 | 111 | 100100111 | 1001111 | 1000001 |
Color Harmonies of #E060EC
Complementary color
Monochromatic Colors of #E060EC
Black with #E060EC
Text Example
Text Example
White with #E060EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E060EC; }
p { color: rgb(224,96,236); }
H1.HeaderClassName
{
color: #E060EC;
}
.AnyTagClassName
{
color: #E060EC;
}
</style>
background-color css
<style>
a { background-color: #E060EC; }
a { background-color: rgb(224,96,236); }
div.DivClassName
{
background-color: #E060EC;
}
.BgClassName
{
background-color: #E060EC;
}
</style>
border-color css
<style>
span { border-color: #E060EC; }
span { border-color: rgb(224,96,236); }
td.TdClassName
{
border-color: #E060EC;
}
.TagClassName
{
border-color: #E060EC;
}
</style>