Html Css Color HEX #EE59C5 Free Speech Magenta
📋 copy color: '#EE59C5'red 238 ◦ green 89 ◦ blue 197
Shades of Free Speech Magenta #EE59C5
Tints of Free Speech Magenta #EE59C5
RGB
CMYK
RGB Variations
Color information
#EE59C5 (or 0xEE59C5) is known color: Free Speech Magenta. HEX triplet: EE, 59 and C5. RGB value is (238,89,197). Sum of RGB (Red+Green+Blue) = 238+89+197=524 (69% of max value = 765). Red value is 238 (93.36% from 255 or 45.42% from 524); Green value is 89 (35.16% from 255 or 16.98% from 524); Blue value is 197 (77.34% from 255 or 37.60% from 524); Max value from RGB is 238 - color contains mainly: red. Hex color #EE59C5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EE59C5 is #11A63A. Grayscale: #919191. Windows color (decimal): -1156667 or 12933614. OLE color: 12933614.
HSL color Cylindrical-coordinate representation of color #EE59C5: hue angle of 316.51º 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 #EE59C5 is Cyan = 0, Magento = 0.63, Yellow = 0.17 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 89 | 197 | - |
| CMYK | 0 | 0.63 | 0.17 | 0.07 |
| HSL | 316.51º | 0.81% | 0.64% | - |
| HSV(B) | 316.51º | 0.63% | 0.93% | - |
| XYZ | 48.91 | 29.35 | 55.91 | - |
| YUV | 145.86 | 156.86 | 193.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 89 | 197 | 0 | 0.63 | 0.17 | 0.07 | 316.51 | 0.81 | 0.64 |
| Hex | EE | 59 | C5 | 0 | 3F | 11 | 7 | 13D | 51 | 40 |
| Octal | 356 | 131 | 305 | 0 | 77 | 21 | 7 | 475 | 121 | 100 |
| Binary | 11101110 | 1011001 | 11000101 | 0 | 111111 | 10001 | 111 | 100111101 | 1010001 | 1000000 |
Color Harmonies of #EE59C5
Complementary color
Monochromatic Colors of #EE59C5
Black with #EE59C5
Text Example
Text Example
White with #EE59C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE59C5; }
p { color: rgb(238,89,197); }
H1.HeaderClassName
{
color: #EE59C5;
}
.AnyTagClassName
{
color: #EE59C5;
}
</style>
background-color css
<style>
a { background-color: #EE59C5; }
a { background-color: rgb(238,89,197); }
div.DivClassName
{
background-color: #EE59C5;
}
.BgClassName
{
background-color: #EE59C5;
}
</style>
border-color css
<style>
span { border-color: #EE59C5; }
span { border-color: rgb(238,89,197); }
td.TdClassName
{
border-color: #EE59C5;
}
.TagClassName
{
border-color: #EE59C5;
}
</style>