Html Css Color HEX #E863EC Free Speech Magenta
📋 copy color: '#E863EC'red 232 ◦ green 99 ◦ blue 236
Shades of Free Speech Magenta #E863EC
Tints of Free Speech Magenta #E863EC
RGB
CMYK
RGB Variations
Color information
#E863EC (or 0xE863EC) is known color: Free Speech Magenta. HEX triplet: E8, 63 and EC. RGB value is (232,99,236). Sum of RGB (Red+Green+Blue) = 232+99+236=567 (75% of max value = 765). Red value is 232 (91.02% from 255 or 40.92% from 567); Green value is 99 (39.06% from 255 or 17.46% from 567); Blue value is 236 (92.58% from 255 or 41.62% from 567); Max value from RGB is 236 - color contains mainly: blue. Hex color #E863EC is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #E863EC is #179C13. Grayscale: #999999. Windows color (decimal): -1547284 or 15492072. OLE color: 15492072.
HSL color Cylindrical-coordinate representation of color #E863EC: hue angle of 298.25º 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 #E863EC is Cyan = 0.02, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 232 | 99 | 236 | - |
| CMYK | 0.02 | 0.58 | 0 | 0.07 |
| HSL | 298.25º | 0.78% | 0.66% | - |
| HSV(B) | 298.25º | 0.58% | 0.93% | - |
| XYZ | 52.88 | 32.14 | 82.77 | - |
| YUV | 154.39 | 174.06 | 183.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 99 | 236 | 0.02 | 0.58 | 0 | 0.07 | 298.25 | 0.78 | 0.66 |
| Hex | E8 | 63 | EC | 2 | 3A | 0 | 7 | 12A | 4E | 42 |
| Octal | 350 | 143 | 354 | 2 | 72 | 0 | 7 | 452 | 116 | 102 |
| Binary | 11101000 | 1100011 | 11101100 | 10 | 111010 | 0 | 111 | 100101010 | 1001110 | 1000010 |
Color Harmonies of #E863EC
Complementary color
Monochromatic Colors of #E863EC
Black with #E863EC
Text Example
Text Example
White with #E863EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E863EC; }
p { color: rgb(232,99,236); }
H1.HeaderClassName
{
color: #E863EC;
}
.AnyTagClassName
{
color: #E863EC;
}
</style>
background-color css
<style>
a { background-color: #E863EC; }
a { background-color: rgb(232,99,236); }
div.DivClassName
{
background-color: #E863EC;
}
.BgClassName
{
background-color: #E863EC;
}
</style>
border-color css
<style>
span { border-color: #E863EC; }
span { border-color: rgb(232,99,236); }
td.TdClassName
{
border-color: #E863EC;
}
.TagClassName
{
border-color: #E863EC;
}
</style>