Html Css Color HEX #E964D9 Free Speech Magenta
📋 copy color: '#E964D9'red 233 ◦ green 100 ◦ blue 217
Shades of Free Speech Magenta #E964D9
Tints of Free Speech Magenta #E964D9
RGB
CMYK
RGB Variations
Color information
#E964D9 (or 0xE964D9) is known color: Free Speech Magenta. HEX triplet: E9, 64 and D9. RGB value is (233,100,217). Sum of RGB (Red+Green+Blue) = 233+100+217=550 (72% of max value = 765). Red value is 233 (91.41% from 255 or 42.36% from 550); Green value is 100 (39.45% from 255 or 18.18% from 550); Blue value is 217 (85.16% from 255 or 39.45% from 550); Max value from RGB is 233 - color contains mainly: red. Hex color #E964D9 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E964D9 is #169B26. Grayscale: #989898. Windows color (decimal): -1481511 or 14247145. OLE color: 14247145.
HSL color Cylindrical-coordinate representation of color #E964D9: hue angle of 307.22º degrees, saturation: 0.75, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #E964D9 is Cyan = 0, Magento = 0.57, Yellow = 0.07 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 100 | 217 | - |
| CMYK | 0 | 0.57 | 0.07 | 0.09 |
| HSL | 307.22º | 0.75% | 0.65% | - |
| HSV(B) | 307.22º | 0.57% | 0.91% | - |
| XYZ | 50.69 | 31.45 | 69.04 | - |
| YUV | 153.11 | 164.06 | 184.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 100 | 217 | 0 | 0.57 | 0.07 | 0.09 | 307.22 | 0.75 | 0.65 |
| Hex | E9 | 64 | D9 | 0 | 39 | 7 | 9 | 133 | 4B | 41 |
| Octal | 351 | 144 | 331 | 0 | 71 | 7 | 11 | 463 | 113 | 101 |
| Binary | 11101001 | 1100100 | 11011001 | 0 | 111001 | 111 | 1001 | 100110011 | 1001011 | 1000001 |
Color Harmonies of #E964D9
Complementary color
Monochromatic Colors of #E964D9
Black with #E964D9
Text Example
Text Example
White with #E964D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E964D9; }
p { color: rgb(233,100,217); }
H1.HeaderClassName
{
color: #E964D9;
}
.AnyTagClassName
{
color: #E964D9;
}
</style>
background-color css
<style>
a { background-color: #E964D9; }
a { background-color: rgb(233,100,217); }
div.DivClassName
{
background-color: #E964D9;
}
.BgClassName
{
background-color: #E964D9;
}
</style>
border-color css
<style>
span { border-color: #E964D9; }
span { border-color: rgb(233,100,217); }
td.TdClassName
{
border-color: #E964D9;
}
.TagClassName
{
border-color: #E964D9;
}
</style>