Html Css Color HEX #E364EC Free Speech Magenta
📋 copy color: '#E364EC'red 227 ◦ green 100 ◦ blue 236
Shades of Free Speech Magenta #E364EC
Tints of Free Speech Magenta #E364EC
RGB
CMYK
RGB Variations
Color information
#E364EC (or 0xE364EC) is known color: Free Speech Magenta. HEX triplet: E3, 64 and EC. RGB value is (227,100,236). Sum of RGB (Red+Green+Blue) = 227+100+236=563 (74% of max value = 765). Red value is 227 (89.06% from 255 or 40.32% from 563); Green value is 100 (39.45% from 255 or 17.76% from 563); Blue value is 236 (92.58% from 255 or 41.92% from 563); Max value from RGB is 236 - color contains mainly: blue. Hex color #E364EC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E364EC is #1C9B13. Grayscale: #999999. Windows color (decimal): -1874708 or 15492323. OLE color: 15492323.
HSL color Cylindrical-coordinate representation of color #E364EC: hue angle of 296.03º degrees, saturation: 0.78, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #E364EC is Cyan = 0.04, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 227 | 100 | 236 | - |
| CMYK | 0.04 | 0.58 | 0 | 0.07 |
| HSL | 296.03º | 0.78% | 0.66% | - |
| HSV(B) | 296.03º | 0.58% | 0.93% | - |
| XYZ | 51.38 | 31.5 | 82.73 | - |
| YUV | 153.48 | 174.58 | 180.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 100 | 236 | 0.04 | 0.58 | 0 | 0.07 | 296.03 | 0.78 | 0.66 |
| Hex | E3 | 64 | EC | 4 | 3A | 0 | 7 | 128 | 4E | 42 |
| Octal | 343 | 144 | 354 | 4 | 72 | 0 | 7 | 450 | 116 | 102 |
| Binary | 11100011 | 1100100 | 11101100 | 100 | 111010 | 0 | 111 | 100101000 | 1001110 | 1000010 |
Color Harmonies of #E364EC
Complementary color
Monochromatic Colors of #E364EC
Black with #E364EC
Text Example
Text Example
White with #E364EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E364EC; }
p { color: rgb(227,100,236); }
H1.HeaderClassName
{
color: #E364EC;
}
.AnyTagClassName
{
color: #E364EC;
}
</style>
background-color css
<style>
a { background-color: #E364EC; }
a { background-color: rgb(227,100,236); }
div.DivClassName
{
background-color: #E364EC;
}
.BgClassName
{
background-color: #E364EC;
}
</style>
border-color css
<style>
span { border-color: #E364EC; }
span { border-color: rgb(227,100,236); }
td.TdClassName
{
border-color: #E364EC;
}
.TagClassName
{
border-color: #E364EC;
}
</style>