Html Css Color HEX #E963EE Free Speech Magenta
📋 copy color: '#E963EE'red 233 ◦ green 99 ◦ blue 238
Shades of Free Speech Magenta #E963EE
Tints of Free Speech Magenta #E963EE
RGB
CMYK
RGB Variations
Color information
#E963EE (or 0xE963EE) is known color: Free Speech Magenta. HEX triplet: E9, 63 and EE. RGB value is (233,99,238). Sum of RGB (Red+Green+Blue) = 233+99+238=570 (75% of max value = 765). Red value is 233 (91.41% from 255 or 40.88% from 570); Green value is 99 (39.06% from 255 or 17.37% from 570); Blue value is 238 (93.36% from 255 or 41.75% from 570); Max value from RGB is 238 - color contains mainly: blue. Hex color #E963EE is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #E963EE is #169C11. Grayscale: #9A9A9A. Windows color (decimal): -1481746 or 15623145. OLE color: 15623145.
HSL color Cylindrical-coordinate representation of color #E963EE: hue angle of 297.84º degrees, saturation: 0.8, 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 #E963EE is Cyan = 0.02, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 233 | 99 | 238 | - |
| CMYK | 0.02 | 0.58 | 0 | 0.07 |
| HSL | 297.84º | 0.8% | 0.66% | - |
| HSV(B) | 297.84º | 0.58% | 0.93% | - |
| XYZ | 53.5 | 32.42 | 84.33 | - |
| YUV | 154.91 | 174.89 | 183.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 99 | 238 | 0.02 | 0.58 | 0 | 0.07 | 297.84 | 0.8 | 0.66 |
| Hex | E9 | 63 | EE | 2 | 3A | 0 | 7 | 12A | 50 | 42 |
| Octal | 351 | 143 | 356 | 2 | 72 | 0 | 7 | 452 | 120 | 102 |
| Binary | 11101001 | 1100011 | 11101110 | 10 | 111010 | 0 | 111 | 100101010 | 1010000 | 1000010 |
Color Harmonies of #E963EE
Complementary color
Monochromatic Colors of #E963EE
Black with #E963EE
Text Example
Text Example
White with #E963EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E963EE; }
p { color: rgb(233,99,238); }
H1.HeaderClassName
{
color: #E963EE;
}
.AnyTagClassName
{
color: #E963EE;
}
</style>
background-color css
<style>
a { background-color: #E963EE; }
a { background-color: rgb(233,99,238); }
div.DivClassName
{
background-color: #E963EE;
}
.BgClassName
{
background-color: #E963EE;
}
</style>
border-color css
<style>
span { border-color: #E963EE; }
span { border-color: rgb(233,99,238); }
td.TdClassName
{
border-color: #E963EE;
}
.TagClassName
{
border-color: #E963EE;
}
</style>