Html Css Color HEX #EE59D0 Free Speech Magenta
📋 copy color: '#EE59D0'red 238 ◦ green 89 ◦ blue 208
Shades of Free Speech Magenta #EE59D0
Tints of Free Speech Magenta #EE59D0
RGB
CMYK
RGB Variations
Color information
#EE59D0 (or 0xEE59D0) is known color: Free Speech Magenta. HEX triplet: EE, 59 and D0. RGB value is (238,89,208). Sum of RGB (Red+Green+Blue) = 238+89+208=535 (70% of max value = 765). Red value is 238 (93.36% from 255 or 44.49% from 535); Green value is 89 (35.16% from 255 or 16.64% from 535); Blue value is 208 (81.64% from 255 or 38.88% from 535); Max value from RGB is 238 - color contains mainly: red. Hex color #EE59D0 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EE59D0 is #11A62F. Grayscale: #929292. Windows color (decimal): -1156656 or 13654510. OLE color: 13654510.
HSL color Cylindrical-coordinate representation of color #EE59D0: hue angle of 312.08º degrees, saturation: 0.81, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #EE59D0 is Cyan = 0, Magento = 0.63, Yellow = 0.13 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 89 | 208 | - |
| CMYK | 0 | 0.63 | 0.13 | 0.07 |
| HSL | 312.08º | 0.81% | 0.64% | - |
| HSV(B) | 312.08º | 0.63% | 0.93% | - |
| XYZ | 50.22 | 29.88 | 62.79 | - |
| YUV | 147.12 | 162.36 | 192.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 89 | 208 | 0 | 0.63 | 0.13 | 0.07 | 312.08 | 0.81 | 0.64 |
| Hex | EE | 59 | D0 | 0 | 3F | D | 7 | 138 | 51 | 40 |
| Octal | 356 | 131 | 320 | 0 | 77 | 15 | 7 | 470 | 121 | 100 |
| Binary | 11101110 | 1011001 | 11010000 | 0 | 111111 | 1101 | 111 | 100111000 | 1010001 | 1000000 |
Color Harmonies of #EE59D0
Complementary color
Monochromatic Colors of #EE59D0
Black with #EE59D0
Text Example
Text Example
White with #EE59D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE59D0; }
p { color: rgb(238,89,208); }
H1.HeaderClassName
{
color: #EE59D0;
}
.AnyTagClassName
{
color: #EE59D0;
}
</style>
background-color css
<style>
a { background-color: #EE59D0; }
a { background-color: rgb(238,89,208); }
div.DivClassName
{
background-color: #EE59D0;
}
.BgClassName
{
background-color: #EE59D0;
}
</style>
border-color css
<style>
span { border-color: #EE59D0; }
span { border-color: rgb(238,89,208); }
td.TdClassName
{
border-color: #EE59D0;
}
.TagClassName
{
border-color: #EE59D0;
}
</style>