Html Css Color HEX #E959D1 Free Speech Magenta
📋 copy color: '#E959D1'red 233 ◦ green 89 ◦ blue 209
Shades of Free Speech Magenta #E959D1
Tints of Free Speech Magenta #E959D1
RGB
CMYK
RGB Variations
Color information
#E959D1 (or 0xE959D1) is known color: Free Speech Magenta. HEX triplet: E9, 59 and D1. RGB value is (233,89,209). Sum of RGB (Red+Green+Blue) = 233+89+209=531 (70% of max value = 765). Red value is 233 (91.41% from 255 or 43.88% from 531); Green value is 89 (35.16% from 255 or 16.76% from 531); Blue value is 209 (82.03% from 255 or 39.36% from 531); Max value from RGB is 233 - color contains mainly: red. Hex color #E959D1 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E959D1 is #16A62E. Grayscale: #919191. Windows color (decimal): -1484335 or 13720041. OLE color: 13720041.
HSL color Cylindrical-coordinate representation of color #E959D1: hue angle of 310º 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 #E959D1 is Cyan = 0, Magento = 0.62, Yellow = 0.10 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 89 | 209 | - |
| CMYK | 0 | 0.62 | 0.10 | 0.09 |
| HSL | 310º | 0.77% | 0.63% | - |
| HSV(B) | 310º | 0.62% | 0.91% | - |
| XYZ | 48.69 | 29.07 | 63.37 | - |
| YUV | 145.74 | 163.71 | 190.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 89 | 209 | 0 | 0.62 | 0.10 | 0.09 | 310 | 0.77 | 0.63 |
| Hex | E9 | 59 | D1 | 0 | 3E | A | 9 | 136 | 4D | 3F |
| Octal | 351 | 131 | 321 | 0 | 76 | 12 | 11 | 466 | 115 | 77 |
| Binary | 11101001 | 1011001 | 11010001 | 0 | 111110 | 1010 | 1001 | 100110110 | 1001101 | 111111 |
Color Harmonies of #E959D1
Complementary color
Monochromatic Colors of #E959D1
Black with #E959D1
Text Example
Text Example
White with #E959D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E959D1; }
p { color: rgb(233,89,209); }
H1.HeaderClassName
{
color: #E959D1;
}
.AnyTagClassName
{
color: #E959D1;
}
</style>
background-color css
<style>
a { background-color: #E959D1; }
a { background-color: rgb(233,89,209); }
div.DivClassName
{
background-color: #E959D1;
}
.BgClassName
{
background-color: #E959D1;
}
</style>
border-color css
<style>
span { border-color: #E959D1; }
span { border-color: rgb(233,89,209); }
td.TdClassName
{
border-color: #E959D1;
}
.TagClassName
{
border-color: #E959D1;
}
</style>