Html Css Color HEX #EF59E5 Free Speech Magenta
📋 copy color: '#EF59E5'red 239 ◦ green 89 ◦ blue 229
Shades of Free Speech Magenta #EF59E5
Tints of Free Speech Magenta #EF59E5
RGB
CMYK
RGB Variations
Color information
#EF59E5 (or 0xEF59E5) is known color: Free Speech Magenta. HEX triplet: EF, 59 and E5. RGB value is (239,89,229). Sum of RGB (Red+Green+Blue) = 239+89+229=557 (73% of max value = 765). Red value is 239 (93.75% from 255 or 42.91% from 557); Green value is 89 (35.16% from 255 or 15.98% from 557); Blue value is 229 (89.84% from 255 or 41.11% from 557); Max value from RGB is 239 - color contains mainly: red. Hex color #EF59E5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EF59E5 is #10A61A. Grayscale: #959595. Windows color (decimal): -1091099 or 15030767. OLE color: 15030767.
HSL color Cylindrical-coordinate representation of color #EF59E5: hue angle of 304º 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 #EF59E5 is Cyan = 0, Magento = 0.63, Yellow = 0.04 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 89 | 229 | - |
| CMYK | 0 | 0.63 | 0.04 | 0.06 |
| HSL | 304º | 0.82% | 0.64% | - |
| HSV(B) | 304º | 0.63% | 0.94% | - |
| XYZ | 53.31 | 31.15 | 77.33 | - |
| YUV | 149.81 | 172.7 | 191.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 89 | 229 | 0 | 0.63 | 0.04 | 0.06 | 304 | 0.82 | 0.64 |
| Hex | EF | 59 | E5 | 0 | 3F | 4 | 6 | 130 | 52 | 40 |
| Octal | 357 | 131 | 345 | 0 | 77 | 4 | 6 | 460 | 122 | 100 |
| Binary | 11101111 | 1011001 | 11100101 | 0 | 111111 | 100 | 110 | 100110000 | 1010010 | 1000000 |
Color Harmonies of #EF59E5
Complementary color
Monochromatic Colors of #EF59E5
Black with #EF59E5
Text Example
Text Example
White with #EF59E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF59E5; }
p { color: rgb(239,89,229); }
H1.HeaderClassName
{
color: #EF59E5;
}
.AnyTagClassName
{
color: #EF59E5;
}
</style>
background-color css
<style>
a { background-color: #EF59E5; }
a { background-color: rgb(239,89,229); }
div.DivClassName
{
background-color: #EF59E5;
}
.BgClassName
{
background-color: #EF59E5;
}
</style>
border-color css
<style>
span { border-color: #EF59E5; }
span { border-color: rgb(239,89,229); }
td.TdClassName
{
border-color: #EF59E5;
}
.TagClassName
{
border-color: #EF59E5;
}
</style>