Html Css Color HEX #E957D1 Free Speech Magenta
📋 copy color: '#E957D1'red 233 ◦ green 87 ◦ blue 209
Shades of Free Speech Magenta #E957D1
Tints of Free Speech Magenta #E957D1
RGB
CMYK
RGB Variations
Color information
#E957D1 (or 0xE957D1) is known color: Free Speech Magenta. HEX triplet: E9, 57 and D1. RGB value is (233,87,209). Sum of RGB (Red+Green+Blue) = 233+87+209=529 (70% of max value = 765). Red value is 233 (91.41% from 255 or 44.05% from 529); Green value is 87 (34.38% from 255 or 16.45% from 529); Blue value is 209 (82.03% from 255 or 39.51% from 529); Max value from RGB is 233 - color contains mainly: red. Hex color #E957D1 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E957D1 is #16A82E. Grayscale: #909090. Windows color (decimal): -1484847 or 13719529. OLE color: 13719529.
HSL color Cylindrical-coordinate representation of color #E957D1: hue angle of 309.86º 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 #E957D1 is Cyan = 0, Magento = 0.63, Yellow = 0.10 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 87 | 209 | - |
| CMYK | 0 | 0.63 | 0.10 | 0.09 |
| HSL | 309.86º | 0.77% | 0.63% | - |
| HSV(B) | 309.86º | 0.63% | 0.91% | - |
| XYZ | 48.52 | 28.74 | 63.31 | - |
| YUV | 144.56 | 164.37 | 191.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 87 | 209 | 0 | 0.63 | 0.10 | 0.09 | 309.86 | 0.77 | 0.63 |
| Hex | E9 | 57 | D1 | 0 | 3F | A | 9 | 136 | 4D | 3F |
| Octal | 351 | 127 | 321 | 0 | 77 | 12 | 11 | 466 | 115 | 77 |
| Binary | 11101001 | 1010111 | 11010001 | 0 | 111111 | 1010 | 1001 | 100110110 | 1001101 | 111111 |
Color Harmonies of #E957D1
Complementary color
Monochromatic Colors of #E957D1
Black with #E957D1
Text Example
Text Example
White with #E957D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E957D1; }
p { color: rgb(233,87,209); }
H1.HeaderClassName
{
color: #E957D1;
}
.AnyTagClassName
{
color: #E957D1;
}
</style>
background-color css
<style>
a { background-color: #E957D1; }
a { background-color: rgb(233,87,209); }
div.DivClassName
{
background-color: #E957D1;
}
.BgClassName
{
background-color: #E957D1;
}
</style>
border-color css
<style>
span { border-color: #E957D1; }
span { border-color: rgb(233,87,209); }
td.TdClassName
{
border-color: #E957D1;
}
.TagClassName
{
border-color: #E957D1;
}
</style>