Html Css Color HEX #E963E4 Free Speech Magenta
📋 copy color: '#E963E4'red 233 ◦ green 99 ◦ blue 228
Shades of Free Speech Magenta #E963E4
Tints of Free Speech Magenta #E963E4
RGB
CMYK
RGB Variations
Color information
#E963E4 (or 0xE963E4) is known color: Free Speech Magenta. HEX triplet: E9, 63 and E4. RGB value is (233,99,228). Sum of RGB (Red+Green+Blue) = 233+99+228=560 (74% of max value = 765). Red value is 233 (91.41% from 255 or 41.61% from 560); Green value is 99 (39.06% from 255 or 17.68% from 560); Blue value is 228 (89.45% from 255 or 40.71% from 560); Max value from RGB is 233 - color contains mainly: red. Hex color #E963E4 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E963E4 is #169C1B. Grayscale: #999999. Windows color (decimal): -1481756 or 14967785. OLE color: 14967785.
HSL color Cylindrical-coordinate representation of color #E963E4: hue angle of 302.24º degrees, saturation: 0.75, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #E963E4 is Cyan = 0, Magento = 0.58, Yellow = 0.02 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 99 | 228 | - |
| CMYK | 0 | 0.58 | 0.02 | 0.09 |
| HSL | 302.24º | 0.75% | 0.65% | - |
| HSV(B) | 302.24º | 0.58% | 0.91% | - |
| XYZ | 52.07 | 31.85 | 76.8 | - |
| YUV | 153.77 | 169.89 | 184.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 99 | 228 | 0 | 0.58 | 0.02 | 0.09 | 302.24 | 0.75 | 0.65 |
| Hex | E9 | 63 | E4 | 0 | 3A | 2 | 9 | 12E | 4B | 41 |
| Octal | 351 | 143 | 344 | 0 | 72 | 2 | 11 | 456 | 113 | 101 |
| Binary | 11101001 | 1100011 | 11100100 | 0 | 111010 | 10 | 1001 | 100101110 | 1001011 | 1000001 |
Color Harmonies of #E963E4
Complementary color
Monochromatic Colors of #E963E4
Black with #E963E4
Text Example
Text Example
White with #E963E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E963E4; }
p { color: rgb(233,99,228); }
H1.HeaderClassName
{
color: #E963E4;
}
.AnyTagClassName
{
color: #E963E4;
}
</style>
background-color css
<style>
a { background-color: #E963E4; }
a { background-color: rgb(233,99,228); }
div.DivClassName
{
background-color: #E963E4;
}
.BgClassName
{
background-color: #E963E4;
}
</style>
border-color css
<style>
span { border-color: #E963E4; }
span { border-color: rgb(233,99,228); }
td.TdClassName
{
border-color: #E963E4;
}
.TagClassName
{
border-color: #E963E4;
}
</style>