Html Css Color HEX #E550EC Free Speech Magenta
📋 copy color: '#E550EC'red 229 ◦ green 80 ◦ blue 236
Shades of Free Speech Magenta #E550EC
Tints of Free Speech Magenta #E550EC
RGB
CMYK
RGB Variations
Color information
#E550EC (or 0xE550EC) is known color: Free Speech Magenta. HEX triplet: E5, 50 and EC. RGB value is (229,80,236). Sum of RGB (Red+Green+Blue) = 229+80+236=545 (72% of max value = 765). Red value is 229 (89.84% from 255 or 42.02% from 545); Green value is 80 (31.64% from 255 or 14.68% from 545); Blue value is 236 (92.58% from 255 or 43.30% from 545); Max value from RGB is 236 - color contains mainly: blue. Hex color #E550EC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E550EC is #1AAF13. Grayscale: #8D8D8D. Windows color (decimal): -1748756 or 15487205. OLE color: 15487205.
HSL color Cylindrical-coordinate representation of color #E550EC: hue angle of 297.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 #E550EC is Cyan = 0.03, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 229 | 80 | 236 | - |
| CMYK | 0.03 | 0.66 | 0 | 0.07 |
| HSL | 297.31º | 0.8% | 0.62% | - |
| HSV(B) | 297.31º | 0.66% | 0.93% | - |
| XYZ | 50.32 | 28.45 | 82.2 | - |
| YUV | 142.34 | 180.86 | 189.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 80 | 236 | 0.03 | 0.66 | 0 | 0.07 | 297.31 | 0.8 | 0.62 |
| Hex | E5 | 50 | EC | 3 | 42 | 0 | 7 | 129 | 50 | 3E |
| Octal | 345 | 120 | 354 | 3 | 102 | 0 | 7 | 451 | 120 | 76 |
| Binary | 11100101 | 1010000 | 11101100 | 11 | 1000010 | 0 | 111 | 100101001 | 1010000 | 111110 |
Color Harmonies of #E550EC
Complementary color
Monochromatic Colors of #E550EC
Black with #E550EC
Text Example
Text Example
White with #E550EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E550EC; }
p { color: rgb(229,80,236); }
H1.HeaderClassName
{
color: #E550EC;
}
.AnyTagClassName
{
color: #E550EC;
}
</style>
background-color css
<style>
a { background-color: #E550EC; }
a { background-color: rgb(229,80,236); }
div.DivClassName
{
background-color: #E550EC;
}
.BgClassName
{
background-color: #E550EC;
}
</style>
border-color css
<style>
span { border-color: #E550EC; }
span { border-color: rgb(229,80,236); }
td.TdClassName
{
border-color: #E550EC;
}
.TagClassName
{
border-color: #E550EC;
}
</style>