Html Css Color HEX #E963DA Free Speech Magenta
📋 copy color: '#E963DA'red 233 ◦ green 99 ◦ blue 218
Shades of Free Speech Magenta #E963DA
Tints of Free Speech Magenta #E963DA
RGB
CMYK
RGB Variations
Color information
#E963DA (or 0xE963DA) is known color: Free Speech Magenta. HEX triplet: E9, 63 and DA. RGB value is (233,99,218). Sum of RGB (Red+Green+Blue) = 233+99+218=550 (72% of max value = 765). Red value is 233 (91.41% from 255 or 42.36% from 550); Green value is 99 (39.06% from 255 or 18% from 550); Blue value is 218 (85.55% from 255 or 39.64% from 550); Max value from RGB is 233 - color contains mainly: red. Hex color #E963DA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E963DA is #169C25. Grayscale: #989898. Windows color (decimal): -1481766 or 14312425. OLE color: 14312425.
HSL color Cylindrical-coordinate representation of color #E963DA: hue angle of 306.72º 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 #E963DA is Cyan = 0, Magento = 0.58, Yellow = 0.06 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 99 | 218 | - |
| CMYK | 0 | 0.58 | 0.06 | 0.09 |
| HSL | 306.72º | 0.75% | 0.65% | - |
| HSV(B) | 306.72º | 0.58% | 0.91% | - |
| XYZ | 50.72 | 31.31 | 69.7 | - |
| YUV | 152.63 | 164.89 | 185.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 99 | 218 | 0 | 0.58 | 0.06 | 0.09 | 306.72 | 0.75 | 0.65 |
| Hex | E9 | 63 | DA | 0 | 3A | 6 | 9 | 133 | 4B | 41 |
| Octal | 351 | 143 | 332 | 0 | 72 | 6 | 11 | 463 | 113 | 101 |
| Binary | 11101001 | 1100011 | 11011010 | 0 | 111010 | 110 | 1001 | 100110011 | 1001011 | 1000001 |
Color Harmonies of #E963DA
Complementary color
Monochromatic Colors of #E963DA
Black with #E963DA
Text Example
Text Example
White with #E963DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E963DA; }
p { color: rgb(233,99,218); }
H1.HeaderClassName
{
color: #E963DA;
}
.AnyTagClassName
{
color: #E963DA;
}
</style>
background-color css
<style>
a { background-color: #E963DA; }
a { background-color: rgb(233,99,218); }
div.DivClassName
{
background-color: #E963DA;
}
.BgClassName
{
background-color: #E963DA;
}
</style>
border-color css
<style>
span { border-color: #E963DA; }
span { border-color: rgb(233,99,218); }
td.TdClassName
{
border-color: #E963DA;
}
.TagClassName
{
border-color: #E963DA;
}
</style>