Html Css Color HEX #E963EC Free Speech Magenta
📋 copy color: '#E963EC'red 233 ◦ green 99 ◦ blue 236
Shades of Free Speech Magenta #E963EC
Tints of Free Speech Magenta #E963EC
RGB
CMYK
RGB Variations
Color information
#E963EC (or 0xE963EC) is known color: Free Speech Magenta. HEX triplet: E9, 63 and EC. RGB value is (233,99,236). Sum of RGB (Red+Green+Blue) = 233+99+236=568 (75% of max value = 765). Red value is 233 (91.41% from 255 or 41.02% from 568); Green value is 99 (39.06% from 255 or 17.43% from 568); Blue value is 236 (92.58% from 255 or 41.55% from 568); Max value from RGB is 236 - color contains mainly: blue. Hex color #E963EC is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #E963EC is #169C13. Grayscale: #9A9A9A. Windows color (decimal): -1481748 or 15492073. OLE color: 15492073.
HSL color Cylindrical-coordinate representation of color #E963EC: hue angle of 298.69º 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 #E963EC is Cyan = 0.01, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 233 | 99 | 236 | - |
| CMYK | 0.01 | 0.58 | 0 | 0.07 |
| HSL | 298.69º | 0.78% | 0.66% | - |
| HSV(B) | 298.69º | 0.58% | 0.93% | - |
| XYZ | 53.21 | 32.3 | 82.79 | - |
| YUV | 154.68 | 173.89 | 183.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 99 | 236 | 0.01 | 0.58 | 0 | 0.07 | 298.69 | 0.78 | 0.66 |
| Hex | E9 | 63 | EC | 1 | 3A | 0 | 7 | 12B | 4E | 42 |
| Octal | 351 | 143 | 354 | 1 | 72 | 0 | 7 | 453 | 116 | 102 |
| Binary | 11101001 | 1100011 | 11101100 | 1 | 111010 | 0 | 111 | 100101011 | 1001110 | 1000010 |
Color Harmonies of #E963EC
Complementary color
Monochromatic Colors of #E963EC
Black with #E963EC
Text Example
Text Example
White with #E963EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E963EC; }
p { color: rgb(233,99,236); }
H1.HeaderClassName
{
color: #E963EC;
}
.AnyTagClassName
{
color: #E963EC;
}
</style>
background-color css
<style>
a { background-color: #E963EC; }
a { background-color: rgb(233,99,236); }
div.DivClassName
{
background-color: #E963EC;
}
.BgClassName
{
background-color: #E963EC;
}
</style>
border-color css
<style>
span { border-color: #E963EC; }
span { border-color: rgb(233,99,236); }
td.TdClassName
{
border-color: #E963EC;
}
.TagClassName
{
border-color: #E963EC;
}
</style>