Html Css Color HEX #E956C0 Free Speech Magenta
📋 copy color: '#E956C0'red 233 ◦ green 86 ◦ blue 192
Shades of Free Speech Magenta #E956C0
Tints of Free Speech Magenta #E956C0
RGB
CMYK
RGB Variations
Color information
#E956C0 (or 0xE956C0) is known color: Free Speech Magenta. HEX triplet: E9, 56 and C0. RGB value is (233,86,192). Sum of RGB (Red+Green+Blue) = 233+86+192=511 (67% of max value = 765). Red value is 233 (91.41% from 255 or 45.60% from 511); Green value is 86 (33.98% from 255 or 16.83% from 511); Blue value is 192 (75.39% from 255 or 37.57% from 511); Max value from RGB is 233 - color contains mainly: red. Hex color #E956C0 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E956C0 is #16A93F. Grayscale: #8D8D8D. Windows color (decimal): -1485120 or 12605161. OLE color: 12605161.
HSL color Cylindrical-coordinate representation of color #E956C0: hue angle of 316.73º 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 #E956C0 is Cyan = 0, Magento = 0.63, Yellow = 0.18 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 86 | 192 | - |
| CMYK | 0 | 0.63 | 0.18 | 0.09 |
| HSL | 316.73º | 0.77% | 0.63% | - |
| HSV(B) | 316.73º | 0.63% | 0.91% | - |
| XYZ | 46.45 | 27.78 | 52.78 | - |
| YUV | 142.04 | 156.2 | 192.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 86 | 192 | 0 | 0.63 | 0.18 | 0.09 | 316.73 | 0.77 | 0.63 |
| Hex | E9 | 56 | C0 | 0 | 3F | 12 | 9 | 13D | 4D | 3F |
| Octal | 351 | 126 | 300 | 0 | 77 | 22 | 11 | 475 | 115 | 77 |
| Binary | 11101001 | 1010110 | 11000000 | 0 | 111111 | 10010 | 1001 | 100111101 | 1001101 | 111111 |
Color Harmonies of #E956C0
Complementary color
Monochromatic Colors of #E956C0
Black with #E956C0
Text Example
Text Example
White with #E956C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E956C0; }
p { color: rgb(233,86,192); }
H1.HeaderClassName
{
color: #E956C0;
}
.AnyTagClassName
{
color: #E956C0;
}
</style>
background-color css
<style>
a { background-color: #E956C0; }
a { background-color: rgb(233,86,192); }
div.DivClassName
{
background-color: #E956C0;
}
.BgClassName
{
background-color: #E956C0;
}
</style>
border-color css
<style>
span { border-color: #E956C0; }
span { border-color: rgb(233,86,192); }
td.TdClassName
{
border-color: #E956C0;
}
.TagClassName
{
border-color: #E956C0;
}
</style>