Html Css Color HEX #E956D9 Free Speech Magenta
📋 copy color: '#E956D9'red 233 ◦ green 86 ◦ blue 217
Shades of Free Speech Magenta #E956D9
Tints of Free Speech Magenta #E956D9
RGB
CMYK
RGB Variations
Color information
#E956D9 (or 0xE956D9) is known color: Free Speech Magenta. HEX triplet: E9, 56 and D9. RGB value is (233,86,217). Sum of RGB (Red+Green+Blue) = 233+86+217=536 (70% of max value = 765). Red value is 233 (91.41% from 255 or 43.47% from 536); Green value is 86 (33.98% from 255 or 16.04% from 536); Blue value is 217 (85.16% from 255 or 40.49% from 536); Max value from RGB is 233 - color contains mainly: red. Hex color #E956D9 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E956D9 is #16A926. Grayscale: #909090. Windows color (decimal): -1485095 or 14243561. OLE color: 14243561.
HSL color Cylindrical-coordinate representation of color #E956D9: hue angle of 306.53º degrees, saturation: 0.77, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #E956D9 is Cyan = 0, Magento = 0.63, Yellow = 0.07 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 86 | 217 | - |
| CMYK | 0 | 0.63 | 0.07 | 0.09 |
| HSL | 306.53º | 0.77% | 0.63% | - |
| HSV(B) | 306.53º | 0.63% | 0.91% | - |
| XYZ | 49.46 | 28.99 | 68.63 | - |
| YUV | 144.89 | 168.7 | 190.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 86 | 217 | 0 | 0.63 | 0.07 | 0.09 | 306.53 | 0.77 | 0.63 |
| Hex | E9 | 56 | D9 | 0 | 3F | 7 | 9 | 133 | 4D | 3F |
| Octal | 351 | 126 | 331 | 0 | 77 | 7 | 11 | 463 | 115 | 77 |
| Binary | 11101001 | 1010110 | 11011001 | 0 | 111111 | 111 | 1001 | 100110011 | 1001101 | 111111 |
Color Harmonies of #E956D9
Complementary color
Monochromatic Colors of #E956D9
Black with #E956D9
Text Example
Text Example
White with #E956D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E956D9; }
p { color: rgb(233,86,217); }
H1.HeaderClassName
{
color: #E956D9;
}
.AnyTagClassName
{
color: #E956D9;
}
</style>
background-color css
<style>
a { background-color: #E956D9; }
a { background-color: rgb(233,86,217); }
div.DivClassName
{
background-color: #E956D9;
}
.BgClassName
{
background-color: #E956D9;
}
</style>
border-color css
<style>
span { border-color: #E956D9; }
span { border-color: rgb(233,86,217); }
td.TdClassName
{
border-color: #E956D9;
}
.TagClassName
{
border-color: #E956D9;
}
</style>