Html Css Color HEX #E355EC Free Speech Magenta
📋 copy color: '#E355EC'red 227 ◦ green 85 ◦ blue 236
Shades of Free Speech Magenta #E355EC
Tints of Free Speech Magenta #E355EC
RGB
CMYK
RGB Variations
Color information
#E355EC (or 0xE355EC) is known color: Free Speech Magenta. HEX triplet: E3, 55 and EC. RGB value is (227,85,236). Sum of RGB (Red+Green+Blue) = 227+85+236=548 (72% of max value = 765). Red value is 227 (89.06% from 255 or 41.42% from 548); Green value is 85 (33.59% from 255 or 15.51% from 548); Blue value is 236 (92.58% from 255 or 43.07% from 548); Max value from RGB is 236 - color contains mainly: blue. Hex color #E355EC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E355EC is #1CAA13. Grayscale: #909090. Windows color (decimal): -1878548 or 15488483. OLE color: 15488483.
HSL color Cylindrical-coordinate representation of color #E355EC: hue angle of 296.42º degrees, saturation: 0.8, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #E355EC is Cyan = 0.04, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 227 | 85 | 236 | - |
| CMYK | 0.04 | 0.64 | 0 | 0.07 |
| HSL | 296.42º | 0.8% | 0.63% | - |
| HSV(B) | 296.42º | 0.64% | 0.93% | - |
| XYZ | 50.07 | 28.88 | 82.29 | - |
| YUV | 144.67 | 179.54 | 186.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 85 | 236 | 0.04 | 0.64 | 0 | 0.07 | 296.42 | 0.8 | 0.63 |
| Hex | E3 | 55 | EC | 4 | 40 | 0 | 7 | 128 | 50 | 3F |
| Octal | 343 | 125 | 354 | 4 | 100 | 0 | 7 | 450 | 120 | 77 |
| Binary | 11100011 | 1010101 | 11101100 | 100 | 1000000 | 0 | 111 | 100101000 | 1010000 | 111111 |
Color Harmonies of #E355EC
Complementary color
Monochromatic Colors of #E355EC
Black with #E355EC
Text Example
Text Example
White with #E355EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E355EC; }
p { color: rgb(227,85,236); }
H1.HeaderClassName
{
color: #E355EC;
}
.AnyTagClassName
{
color: #E355EC;
}
</style>
background-color css
<style>
a { background-color: #E355EC; }
a { background-color: rgb(227,85,236); }
div.DivClassName
{
background-color: #E355EC;
}
.BgClassName
{
background-color: #E355EC;
}
</style>
border-color css
<style>
span { border-color: #E355EC; }
span { border-color: rgb(227,85,236); }
td.TdClassName
{
border-color: #E355EC;
}
.TagClassName
{
border-color: #E355EC;
}
</style>