Html Css Color HEX #E956C7 Free Speech Magenta
📋 copy color: '#E956C7'red 233 ◦ green 86 ◦ blue 199
Shades of Free Speech Magenta #E956C7
Tints of Free Speech Magenta #E956C7
RGB
CMYK
RGB Variations
Color information
#E956C7 (or 0xE956C7) is known color: Free Speech Magenta. HEX triplet: E9, 56 and C7. RGB value is (233,86,199). Sum of RGB (Red+Green+Blue) = 233+86+199=518 (68% of max value = 765). Red value is 233 (91.41% from 255 or 44.98% from 518); Green value is 86 (33.98% from 255 or 16.60% from 518); Blue value is 199 (78.12% from 255 or 38.42% from 518); Max value from RGB is 233 - color contains mainly: red. Hex color #E956C7 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E956C7 is #16A938. Grayscale: #8E8E8E. Windows color (decimal): -1485113 or 13063913. OLE color: 13063913.
HSL color Cylindrical-coordinate representation of color #E956C7: hue angle of 313.88º 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 #E956C7 is Cyan = 0, Magento = 0.63, Yellow = 0.15 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 86 | 199 | - |
| CMYK | 0 | 0.63 | 0.15 | 0.09 |
| HSL | 313.88º | 0.77% | 0.63% | - |
| HSV(B) | 313.88º | 0.63% | 0.91% | - |
| XYZ | 47.24 | 28.1 | 56.97 | - |
| YUV | 142.84 | 159.7 | 192.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 86 | 199 | 0 | 0.63 | 0.15 | 0.09 | 313.88 | 0.77 | 0.63 |
| Hex | E9 | 56 | C7 | 0 | 3F | F | 9 | 13A | 4D | 3F |
| Octal | 351 | 126 | 307 | 0 | 77 | 17 | 11 | 472 | 115 | 77 |
| Binary | 11101001 | 1010110 | 11000111 | 0 | 111111 | 1111 | 1001 | 100111010 | 1001101 | 111111 |
Color Harmonies of #E956C7
Complementary color
Monochromatic Colors of #E956C7
Black with #E956C7
Text Example
Text Example
White with #E956C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E956C7; }
p { color: rgb(233,86,199); }
H1.HeaderClassName
{
color: #E956C7;
}
.AnyTagClassName
{
color: #E956C7;
}
</style>
background-color css
<style>
a { background-color: #E956C7; }
a { background-color: rgb(233,86,199); }
div.DivClassName
{
background-color: #E956C7;
}
.BgClassName
{
background-color: #E956C7;
}
</style>
border-color css
<style>
span { border-color: #E956C7; }
span { border-color: rgb(233,86,199); }
td.TdClassName
{
border-color: #E956C7;
}
.TagClassName
{
border-color: #E956C7;
}
</style>