Html Css Color HEX #E959D5 Free Speech Magenta
📋 copy color: '#E959D5'red 233 ◦ green 89 ◦ blue 213
Shades of Free Speech Magenta #E959D5
Tints of Free Speech Magenta #E959D5
RGB
CMYK
RGB Variations
Color information
#E959D5 (or 0xE959D5) is known color: Free Speech Magenta. HEX triplet: E9, 59 and D5. RGB value is (233,89,213). Sum of RGB (Red+Green+Blue) = 233+89+213=535 (70% of max value = 765). Red value is 233 (91.41% from 255 or 43.55% from 535); Green value is 89 (35.16% from 255 or 16.64% from 535); Blue value is 213 (83.59% from 255 or 39.81% from 535); Max value from RGB is 233 - color contains mainly: red. Hex color #E959D5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E959D5 is #16A62A. Grayscale: #919191. Windows color (decimal): -1484331 or 13982185. OLE color: 13982185.
HSL color Cylindrical-coordinate representation of color #E959D5: hue angle of 308.33º degrees, saturation: 0.77, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #E959D5 is Cyan = 0, Magento = 0.62, Yellow = 0.09 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 89 | 213 | - |
| CMYK | 0 | 0.62 | 0.09 | 0.09 |
| HSL | 308.33º | 0.77% | 0.63% | - |
| HSV(B) | 308.33º | 0.62% | 0.91% | - |
| XYZ | 49.19 | 29.27 | 66.01 | - |
| YUV | 146.19 | 165.71 | 189.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 89 | 213 | 0 | 0.62 | 0.09 | 0.09 | 308.33 | 0.77 | 0.63 |
| Hex | E9 | 59 | D5 | 0 | 3E | 9 | 9 | 134 | 4D | 3F |
| Octal | 351 | 131 | 325 | 0 | 76 | 11 | 11 | 464 | 115 | 77 |
| Binary | 11101001 | 1011001 | 11010101 | 0 | 111110 | 1001 | 1001 | 100110100 | 1001101 | 111111 |
Color Harmonies of #E959D5
Complementary color
Monochromatic Colors of #E959D5
Black with #E959D5
Text Example
Text Example
White with #E959D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E959D5; }
p { color: rgb(233,89,213); }
H1.HeaderClassName
{
color: #E959D5;
}
.AnyTagClassName
{
color: #E959D5;
}
</style>
background-color css
<style>
a { background-color: #E959D5; }
a { background-color: rgb(233,89,213); }
div.DivClassName
{
background-color: #E959D5;
}
.BgClassName
{
background-color: #E959D5;
}
</style>
border-color css
<style>
span { border-color: #E959D5; }
span { border-color: rgb(233,89,213); }
td.TdClassName
{
border-color: #E959D5;
}
.TagClassName
{
border-color: #E959D5;
}
</style>