Html Css Color HEX #EE59DC Free Speech Magenta
📋 copy color: '#EE59DC'red 238 ◦ green 89 ◦ blue 220
Shades of Free Speech Magenta #EE59DC
Tints of Free Speech Magenta #EE59DC
RGB
CMYK
RGB Variations
Color information
#EE59DC (or 0xEE59DC) is known color: Free Speech Magenta. HEX triplet: EE, 59 and DC. RGB value is (238,89,220). Sum of RGB (Red+Green+Blue) = 238+89+220=547 (72% of max value = 765). Red value is 238 (93.36% from 255 or 43.51% from 547); Green value is 89 (35.16% from 255 or 16.27% from 547); Blue value is 220 (86.33% from 255 or 40.22% from 547); Max value from RGB is 238 - color contains mainly: red. Hex color #EE59DC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EE59DC is #11A623. Grayscale: #949494. Windows color (decimal): -1156644 or 14440942. OLE color: 14440942.
HSL color Cylindrical-coordinate representation of color #EE59DC: hue angle of 307.25º 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 #EE59DC is Cyan = 0, Magento = 0.63, Yellow = 0.08 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 89 | 220 | - |
| CMYK | 0 | 0.63 | 0.08 | 0.07 |
| HSL | 307.25º | 0.81% | 0.64% | - |
| HSV(B) | 307.25º | 0.63% | 0.93% | - |
| XYZ | 51.75 | 30.49 | 70.87 | - |
| YUV | 148.49 | 168.36 | 191.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 89 | 220 | 0 | 0.63 | 0.08 | 0.07 | 307.25 | 0.81 | 0.64 |
| Hex | EE | 59 | DC | 0 | 3F | 8 | 7 | 133 | 51 | 40 |
| Octal | 356 | 131 | 334 | 0 | 77 | 10 | 7 | 463 | 121 | 100 |
| Binary | 11101110 | 1011001 | 11011100 | 0 | 111111 | 1000 | 111 | 100110011 | 1010001 | 1000000 |
Color Harmonies of #EE59DC
Complementary color
Monochromatic Colors of #EE59DC
Black with #EE59DC
Text Example
Text Example
White with #EE59DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE59DC; }
p { color: rgb(238,89,220); }
H1.HeaderClassName
{
color: #EE59DC;
}
.AnyTagClassName
{
color: #EE59DC;
}
</style>
background-color css
<style>
a { background-color: #EE59DC; }
a { background-color: rgb(238,89,220); }
div.DivClassName
{
background-color: #EE59DC;
}
.BgClassName
{
background-color: #EE59DC;
}
</style>
border-color css
<style>
span { border-color: #EE59DC; }
span { border-color: rgb(238,89,220); }
td.TdClassName
{
border-color: #EE59DC;
}
.TagClassName
{
border-color: #EE59DC;
}
</style>