Html Css Color HEX #E340EC Free Speech Magenta
📋 copy color: '#E340EC'red 227 ◦ green 64 ◦ blue 236
Shades of Free Speech Magenta #E340EC
Tints of Free Speech Magenta #E340EC
RGB
CMYK
RGB Variations
Color information
#E340EC (or 0xE340EC) is known color: Free Speech Magenta. HEX triplet: E3, 40 and EC. RGB value is (227,64,236). Sum of RGB (Red+Green+Blue) = 227+64+236=527 (69% of max value = 765). Red value is 227 (89.06% from 255 or 43.07% from 527); Green value is 64 (25.39% from 255 or 12.14% from 527); Blue value is 236 (92.58% from 255 or 44.78% from 527); Max value from RGB is 236 - color contains mainly: blue. Hex color #E340EC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E340EC is #1CBF13. Grayscale: #838383. Windows color (decimal): -1883924 or 15483107. OLE color: 15483107.
HSL color Cylindrical-coordinate representation of color #E340EC: hue angle of 296.86º degrees, saturation: 0.82, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #E340EC is Cyan = 0.04, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 227 | 64 | 236 | - |
| CMYK | 0.04 | 0.73 | 0 | 0.07 |
| HSL | 296.86º | 0.82% | 0.59% | - |
| HSV(B) | 296.86º | 0.73% | 0.93% | - |
| XYZ | 48.65 | 26.05 | 81.82 | - |
| YUV | 132.35 | 186.5 | 195.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 64 | 236 | 0.04 | 0.73 | 0 | 0.07 | 296.86 | 0.82 | 0.59 |
| Hex | E3 | 40 | EC | 4 | 49 | 0 | 7 | 129 | 52 | 3B |
| Octal | 343 | 100 | 354 | 4 | 111 | 0 | 7 | 451 | 122 | 73 |
| Binary | 11100011 | 1000000 | 11101100 | 100 | 1001001 | 0 | 111 | 100101001 | 1010010 | 111011 |
Color Harmonies of #E340EC
Complementary color
Monochromatic Colors of #E340EC
Black with #E340EC
Text Example
Text Example
White with #E340EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E340EC; }
p { color: rgb(227,64,236); }
H1.HeaderClassName
{
color: #E340EC;
}
.AnyTagClassName
{
color: #E340EC;
}
</style>
background-color css
<style>
a { background-color: #E340EC; }
a { background-color: rgb(227,64,236); }
div.DivClassName
{
background-color: #E340EC;
}
.BgClassName
{
background-color: #E340EC;
}
</style>
border-color css
<style>
span { border-color: #E340EC; }
span { border-color: rgb(227,64,236); }
td.TdClassName
{
border-color: #E340EC;
}
.TagClassName
{
border-color: #E340EC;
}
</style>