Html Css Color HEX #E957C5 Free Speech Magenta
📋 copy color: '#E957C5'red 233 ◦ green 87 ◦ blue 197
Shades of Free Speech Magenta #E957C5
Tints of Free Speech Magenta #E957C5
RGB
CMYK
RGB Variations
Color information
#E957C5 (or 0xE957C5) is known color: Free Speech Magenta. HEX triplet: E9, 57 and C5. RGB value is (233,87,197). Sum of RGB (Red+Green+Blue) = 233+87+197=517 (68% of max value = 765). Red value is 233 (91.41% from 255 or 45.07% from 517); Green value is 87 (34.38% from 255 or 16.83% from 517); Blue value is 197 (77.34% from 255 or 38.10% from 517); Max value from RGB is 233 - color contains mainly: red. Hex color #E957C5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E957C5 is #16A83A. Grayscale: #8E8E8E. Windows color (decimal): -1484859 or 12933097. OLE color: 12933097.
HSL color Cylindrical-coordinate representation of color #E957C5: hue angle of 314.79º 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 #E957C5 is Cyan = 0, Magento = 0.63, Yellow = 0.15 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 87 | 197 | - |
| CMYK | 0 | 0.63 | 0.15 | 0.09 |
| HSL | 314.79º | 0.77% | 0.63% | - |
| HSV(B) | 314.79º | 0.63% | 0.91% | - |
| XYZ | 47.09 | 28.17 | 55.78 | - |
| YUV | 143.19 | 158.37 | 192.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 87 | 197 | 0 | 0.63 | 0.15 | 0.09 | 314.79 | 0.77 | 0.63 |
| Hex | E9 | 57 | C5 | 0 | 3F | F | 9 | 13B | 4D | 3F |
| Octal | 351 | 127 | 305 | 0 | 77 | 17 | 11 | 473 | 115 | 77 |
| Binary | 11101001 | 1010111 | 11000101 | 0 | 111111 | 1111 | 1001 | 100111011 | 1001101 | 111111 |
Color Harmonies of #E957C5
Complementary color
Monochromatic Colors of #E957C5
Black with #E957C5
Text Example
Text Example
White with #E957C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E957C5; }
p { color: rgb(233,87,197); }
H1.HeaderClassName
{
color: #E957C5;
}
.AnyTagClassName
{
color: #E957C5;
}
</style>
background-color css
<style>
a { background-color: #E957C5; }
a { background-color: rgb(233,87,197); }
div.DivClassName
{
background-color: #E957C5;
}
.BgClassName
{
background-color: #E957C5;
}
</style>
border-color css
<style>
span { border-color: #E957C5; }
span { border-color: rgb(233,87,197); }
td.TdClassName
{
border-color: #E957C5;
}
.TagClassName
{
border-color: #E957C5;
}
</style>