Html Css Color HEX #E959D0 Free Speech Magenta
📋 copy color: '#E959D0'red 233 ◦ green 89 ◦ blue 208
Shades of Free Speech Magenta #E959D0
Tints of Free Speech Magenta #E959D0
RGB
CMYK
RGB Variations
Color information
#E959D0 (or 0xE959D0) is known color: Free Speech Magenta. HEX triplet: E9, 59 and D0. RGB value is (233,89,208). Sum of RGB (Red+Green+Blue) = 233+89+208=530 (70% of max value = 765). Red value is 233 (91.41% from 255 or 43.96% from 530); Green value is 89 (35.16% from 255 or 16.79% from 530); Blue value is 208 (81.64% from 255 or 39.25% from 530); Max value from RGB is 233 - color contains mainly: red. Hex color #E959D0 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E959D0 is #16A62F. Grayscale: #919191. Windows color (decimal): -1484336 or 13654505. OLE color: 13654505.
HSL color Cylindrical-coordinate representation of color #E959D0: hue angle of 310.42º 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 #E959D0 is Cyan = 0, Magento = 0.62, Yellow = 0.11 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 89 | 208 | - |
| CMYK | 0 | 0.62 | 0.11 | 0.09 |
| HSL | 310.42º | 0.77% | 0.63% | - |
| HSV(B) | 310.42º | 0.62% | 0.91% | - |
| XYZ | 48.56 | 29.02 | 62.72 | - |
| YUV | 145.62 | 163.21 | 190.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 89 | 208 | 0 | 0.62 | 0.11 | 0.09 | 310.42 | 0.77 | 0.63 |
| Hex | E9 | 59 | D0 | 0 | 3E | B | 9 | 136 | 4D | 3F |
| Octal | 351 | 131 | 320 | 0 | 76 | 13 | 11 | 466 | 115 | 77 |
| Binary | 11101001 | 1011001 | 11010000 | 0 | 111110 | 1011 | 1001 | 100110110 | 1001101 | 111111 |
Color Harmonies of #E959D0
Complementary color
Monochromatic Colors of #E959D0
Black with #E959D0
Text Example
Text Example
White with #E959D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E959D0; }
p { color: rgb(233,89,208); }
H1.HeaderClassName
{
color: #E959D0;
}
.AnyTagClassName
{
color: #E959D0;
}
</style>
background-color css
<style>
a { background-color: #E959D0; }
a { background-color: rgb(233,89,208); }
div.DivClassName
{
background-color: #E959D0;
}
.BgClassName
{
background-color: #E959D0;
}
</style>
border-color css
<style>
span { border-color: #E959D0; }
span { border-color: rgb(233,89,208); }
td.TdClassName
{
border-color: #E959D0;
}
.TagClassName
{
border-color: #E959D0;
}
</style>