Html Css Color HEX #EF59CE Free Speech Magenta
📋 copy color: '#EF59CE'red 239 ◦ green 89 ◦ blue 206
Shades of Free Speech Magenta #EF59CE
Tints of Free Speech Magenta #EF59CE
RGB
CMYK
RGB Variations
Color information
#EF59CE (or 0xEF59CE) is known color: Free Speech Magenta. HEX triplet: EF, 59 and CE. RGB value is (239,89,206). Sum of RGB (Red+Green+Blue) = 239+89+206=534 (70% of max value = 765). Red value is 239 (93.75% from 255 or 44.76% from 534); Green value is 89 (35.16% from 255 or 16.67% from 534); Blue value is 206 (80.86% from 255 or 38.58% from 534); Max value from RGB is 239 - color contains mainly: red. Hex color #EF59CE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EF59CE is #10A631. Grayscale: #929292. Windows color (decimal): -1091122 or 13523439. OLE color: 13523439.
HSL color Cylindrical-coordinate representation of color #EF59CE: hue angle of 313.2º degrees, saturation: 0.82, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #EF59CE is Cyan = 0, Magento = 0.63, Yellow = 0.14 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 89 | 206 | - |
| CMYK | 0 | 0.63 | 0.14 | 0.06 |
| HSL | 313.2º | 0.82% | 0.64% | - |
| HSV(B) | 313.2º | 0.63% | 0.94% | - |
| XYZ | 50.31 | 29.95 | 61.52 | - |
| YUV | 147.19 | 161.2 | 193.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 89 | 206 | 0 | 0.63 | 0.14 | 0.06 | 313.2 | 0.82 | 0.64 |
| Hex | EF | 59 | CE | 0 | 3F | E | 6 | 139 | 52 | 40 |
| Octal | 357 | 131 | 316 | 0 | 77 | 16 | 6 | 471 | 122 | 100 |
| Binary | 11101111 | 1011001 | 11001110 | 0 | 111111 | 1110 | 110 | 100111001 | 1010010 | 1000000 |
Color Harmonies of #EF59CE
Complementary color
Monochromatic Colors of #EF59CE
Black with #EF59CE
Text Example
Text Example
White with #EF59CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF59CE; }
p { color: rgb(239,89,206); }
H1.HeaderClassName
{
color: #EF59CE;
}
.AnyTagClassName
{
color: #EF59CE;
}
</style>
background-color css
<style>
a { background-color: #EF59CE; }
a { background-color: rgb(239,89,206); }
div.DivClassName
{
background-color: #EF59CE;
}
.BgClassName
{
background-color: #EF59CE;
}
</style>
border-color css
<style>
span { border-color: #EF59CE; }
span { border-color: rgb(239,89,206); }
td.TdClassName
{
border-color: #EF59CE;
}
.TagClassName
{
border-color: #EF59CE;
}
</style>