Html Css Color HEX #E956C5 Free Speech Magenta
📋 copy color: '#E956C5'red 233 ◦ green 86 ◦ blue 197
Shades of Free Speech Magenta #E956C5
Tints of Free Speech Magenta #E956C5
RGB
CMYK
RGB Variations
Color information
#E956C5 (or 0xE956C5) is known color: Free Speech Magenta. HEX triplet: E9, 56 and C5. RGB value is (233,86,197). Sum of RGB (Red+Green+Blue) = 233+86+197=516 (68% of max value = 765). Red value is 233 (91.41% from 255 or 45.16% from 516); Green value is 86 (33.98% from 255 or 16.67% from 516); Blue value is 197 (77.34% from 255 or 38.18% from 516); Max value from RGB is 233 - color contains mainly: red. Hex color #E956C5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E956C5 is #16A93A. Grayscale: #8E8E8E. Windows color (decimal): -1485115 or 12932841. OLE color: 12932841.
HSL color Cylindrical-coordinate representation of color #E956C5: hue angle of 314.69º 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 #E956C5 is Cyan = 0, Magento = 0.63, Yellow = 0.15 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 86 | 197 | - |
| CMYK | 0 | 0.63 | 0.15 | 0.09 |
| HSL | 314.69º | 0.77% | 0.63% | - |
| HSV(B) | 314.69º | 0.63% | 0.91% | - |
| XYZ | 47.01 | 28.01 | 55.75 | - |
| YUV | 142.61 | 158.7 | 192.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 86 | 197 | 0 | 0.63 | 0.15 | 0.09 | 314.69 | 0.77 | 0.63 |
| Hex | E9 | 56 | C5 | 0 | 3F | F | 9 | 13B | 4D | 3F |
| Octal | 351 | 126 | 305 | 0 | 77 | 17 | 11 | 473 | 115 | 77 |
| Binary | 11101001 | 1010110 | 11000101 | 0 | 111111 | 1111 | 1001 | 100111011 | 1001101 | 111111 |
Color Harmonies of #E956C5
Complementary color
Monochromatic Colors of #E956C5
Black with #E956C5
Text Example
Text Example
White with #E956C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E956C5; }
p { color: rgb(233,86,197); }
H1.HeaderClassName
{
color: #E956C5;
}
.AnyTagClassName
{
color: #E956C5;
}
</style>
background-color css
<style>
a { background-color: #E956C5; }
a { background-color: rgb(233,86,197); }
div.DivClassName
{
background-color: #E956C5;
}
.BgClassName
{
background-color: #E956C5;
}
</style>
border-color css
<style>
span { border-color: #E956C5; }
span { border-color: rgb(233,86,197); }
td.TdClassName
{
border-color: #E956C5;
}
.TagClassName
{
border-color: #E956C5;
}
</style>