Html Css Color HEX #E366EC Free Speech Magenta
📋 copy color: '#E366EC'red 227 ◦ green 102 ◦ blue 236
Shades of Free Speech Magenta #E366EC
Tints of Free Speech Magenta #E366EC
RGB
CMYK
RGB Variations
Color information
#E366EC (or 0xE366EC) is known color: Free Speech Magenta. HEX triplet: E3, 66 and EC. RGB value is (227,102,236). Sum of RGB (Red+Green+Blue) = 227+102+236=565 (74% of max value = 765). Red value is 227 (89.06% from 255 or 40.18% from 565); Green value is 102 (40.23% from 255 or 18.05% from 565); Blue value is 236 (92.58% from 255 or 41.77% from 565); Max value from RGB is 236 - color contains mainly: blue. Hex color #E366EC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E366EC is #1C9913. Grayscale: #9A9A9A. Windows color (decimal): -1874196 or 15492835. OLE color: 15492835.
HSL color Cylindrical-coordinate representation of color #E366EC: hue angle of 295.97º degrees, saturation: 0.78, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #E366EC is Cyan = 0.04, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 227 | 102 | 236 | - |
| CMYK | 0.04 | 0.57 | 0 | 0.07 |
| HSL | 295.97º | 0.78% | 0.66% | - |
| HSV(B) | 295.97º | 0.57% | 0.93% | - |
| XYZ | 51.57 | 31.89 | 82.79 | - |
| YUV | 154.65 | 173.91 | 179.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 102 | 236 | 0.04 | 0.57 | 0 | 0.07 | 295.97 | 0.78 | 0.66 |
| Hex | E3 | 66 | EC | 4 | 39 | 0 | 7 | 128 | 4E | 42 |
| Octal | 343 | 146 | 354 | 4 | 71 | 0 | 7 | 450 | 116 | 102 |
| Binary | 11100011 | 1100110 | 11101100 | 100 | 111001 | 0 | 111 | 100101000 | 1001110 | 1000010 |
Color Harmonies of #E366EC
Complementary color
Monochromatic Colors of #E366EC
Black with #E366EC
Text Example
Text Example
White with #E366EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E366EC; }
p { color: rgb(227,102,236); }
H1.HeaderClassName
{
color: #E366EC;
}
.AnyTagClassName
{
color: #E366EC;
}
</style>
background-color css
<style>
a { background-color: #E366EC; }
a { background-color: rgb(227,102,236); }
div.DivClassName
{
background-color: #E366EC;
}
.BgClassName
{
background-color: #E366EC;
}
</style>
border-color css
<style>
span { border-color: #E366EC; }
span { border-color: rgb(227,102,236); }
td.TdClassName
{
border-color: #E366EC;
}
.TagClassName
{
border-color: #E366EC;
}
</style>