Html Css Color HEX #E365EC Free Speech Magenta
📋 copy color: '#E365EC'red 227 ◦ green 101 ◦ blue 236
Shades of Free Speech Magenta #E365EC
Tints of Free Speech Magenta #E365EC
RGB
CMYK
RGB Variations
Color information
#E365EC (or 0xE365EC) is known color: Free Speech Magenta. HEX triplet: E3, 65 and EC. RGB value is (227,101,236). Sum of RGB (Red+Green+Blue) = 227+101+236=564 (74% of max value = 765). Red value is 227 (89.06% from 255 or 40.25% from 564); Green value is 101 (39.84% from 255 or 17.91% from 564); Blue value is 236 (92.58% from 255 or 41.84% from 564); Max value from RGB is 236 - color contains mainly: blue. Hex color #E365EC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E365EC is #1C9A13. Grayscale: #999999. Windows color (decimal): -1874452 or 15492579. OLE color: 15492579.
HSL color Cylindrical-coordinate representation of color #E365EC: hue angle of 296º 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 #E365EC is Cyan = 0.04, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 227 | 101 | 236 | - |
| CMYK | 0.04 | 0.57 | 0 | 0.07 |
| HSL | 296º | 0.78% | 0.66% | - |
| HSV(B) | 296º | 0.57% | 0.93% | - |
| XYZ | 51.47 | 31.69 | 82.76 | - |
| YUV | 154.06 | 174.24 | 180.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 101 | 236 | 0.04 | 0.57 | 0 | 0.07 | 296 | 0.78 | 0.66 |
| Hex | E3 | 65 | EC | 4 | 39 | 0 | 7 | 128 | 4E | 42 |
| Octal | 343 | 145 | 354 | 4 | 71 | 0 | 7 | 450 | 116 | 102 |
| Binary | 11100011 | 1100101 | 11101100 | 100 | 111001 | 0 | 111 | 100101000 | 1001110 | 1000010 |
Color Harmonies of #E365EC
Complementary color
Monochromatic Colors of #E365EC
Black with #E365EC
Text Example
Text Example
White with #E365EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E365EC; }
p { color: rgb(227,101,236); }
H1.HeaderClassName
{
color: #E365EC;
}
.AnyTagClassName
{
color: #E365EC;
}
</style>
background-color css
<style>
a { background-color: #E365EC; }
a { background-color: rgb(227,101,236); }
div.DivClassName
{
background-color: #E365EC;
}
.BgClassName
{
background-color: #E365EC;
}
</style>
border-color css
<style>
span { border-color: #E365EC; }
span { border-color: rgb(227,101,236); }
td.TdClassName
{
border-color: #E365EC;
}
.TagClassName
{
border-color: #E365EC;
}
</style>