Html Css Color HEX #E959DC Free Speech Magenta
📋 copy color: '#E959DC'red 233 ◦ green 89 ◦ blue 220
Shades of Free Speech Magenta #E959DC
Tints of Free Speech Magenta #E959DC
RGB
CMYK
RGB Variations
Color information
#E959DC (or 0xE959DC) is known color: Free Speech Magenta. HEX triplet: E9, 59 and DC. RGB value is (233,89,220). Sum of RGB (Red+Green+Blue) = 233+89+220=542 (71% of max value = 765). Red value is 233 (91.41% from 255 or 42.99% from 542); Green value is 89 (35.16% from 255 or 16.42% from 542); Blue value is 220 (86.33% from 255 or 40.59% from 542); Max value from RGB is 233 - color contains mainly: red. Hex color #E959DC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E959DC is #16A623. Grayscale: #929292. Windows color (decimal): -1484324 or 14440937. OLE color: 14440937.
HSL color Cylindrical-coordinate representation of color #E959DC: hue angle of 305.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 #E959DC is Cyan = 0, Magento = 0.62, Yellow = 0.06 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 89 | 220 | - |
| CMYK | 0 | 0.62 | 0.06 | 0.09 |
| HSL | 305.42º | 0.77% | 0.63% | - |
| HSV(B) | 305.42º | 0.62% | 0.91% | - |
| XYZ | 50.09 | 29.64 | 70.79 | - |
| YUV | 146.99 | 169.21 | 189.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 89 | 220 | 0 | 0.62 | 0.06 | 0.09 | 305.42 | 0.77 | 0.63 |
| Hex | E9 | 59 | DC | 0 | 3E | 6 | 9 | 131 | 4D | 3F |
| Octal | 351 | 131 | 334 | 0 | 76 | 6 | 11 | 461 | 115 | 77 |
| Binary | 11101001 | 1011001 | 11011100 | 0 | 111110 | 110 | 1001 | 100110001 | 1001101 | 111111 |
Color Harmonies of #E959DC
Complementary color
Monochromatic Colors of #E959DC
Black with #E959DC
Text Example
Text Example
White with #E959DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E959DC; }
p { color: rgb(233,89,220); }
H1.HeaderClassName
{
color: #E959DC;
}
.AnyTagClassName
{
color: #E959DC;
}
</style>
background-color css
<style>
a { background-color: #E959DC; }
a { background-color: rgb(233,89,220); }
div.DivClassName
{
background-color: #E959DC;
}
.BgClassName
{
background-color: #E959DC;
}
</style>
border-color css
<style>
span { border-color: #E959DC; }
span { border-color: rgb(233,89,220); }
td.TdClassName
{
border-color: #E959DC;
}
.TagClassName
{
border-color: #E959DC;
}
</style>