Html Css Color HEX #EF59DB Free Speech Magenta
📋 copy color: '#EF59DB'red 239 ◦ green 89 ◦ blue 219
Shades of Free Speech Magenta #EF59DB
Tints of Free Speech Magenta #EF59DB
RGB
CMYK
RGB Variations
Color information
#EF59DB (or 0xEF59DB) is known color: Free Speech Magenta. HEX triplet: EF, 59 and DB. RGB value is (239,89,219). Sum of RGB (Red+Green+Blue) = 239+89+219=547 (72% of max value = 765). Red value is 239 (93.75% from 255 or 43.69% from 547); Green value is 89 (35.16% from 255 or 16.27% from 547); Blue value is 219 (85.94% from 255 or 40.04% from 547); Max value from RGB is 239 - color contains mainly: red. Hex color #EF59DB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EF59DB is #10A624. Grayscale: #949494. Windows color (decimal): -1091109 or 14375407. OLE color: 14375407.
HSL color Cylindrical-coordinate representation of color #EF59DB: hue angle of 308º 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 #EF59DB is Cyan = 0, Magento = 0.63, Yellow = 0.08 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 89 | 219 | - |
| CMYK | 0 | 0.63 | 0.08 | 0.06 |
| HSL | 308º | 0.82% | 0.64% | - |
| HSV(B) | 308º | 0.63% | 0.94% | - |
| XYZ | 51.96 | 30.61 | 70.19 | - |
| YUV | 148.67 | 167.7 | 192.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 89 | 219 | 0 | 0.63 | 0.08 | 0.06 | 308 | 0.82 | 0.64 |
| Hex | EF | 59 | DB | 0 | 3F | 8 | 6 | 134 | 52 | 40 |
| Octal | 357 | 131 | 333 | 0 | 77 | 10 | 6 | 464 | 122 | 100 |
| Binary | 11101111 | 1011001 | 11011011 | 0 | 111111 | 1000 | 110 | 100110100 | 1010010 | 1000000 |
Color Harmonies of #EF59DB
Complementary color
Monochromatic Colors of #EF59DB
Black with #EF59DB
Text Example
Text Example
White with #EF59DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF59DB; }
p { color: rgb(239,89,219); }
H1.HeaderClassName
{
color: #EF59DB;
}
.AnyTagClassName
{
color: #EF59DB;
}
</style>
background-color css
<style>
a { background-color: #EF59DB; }
a { background-color: rgb(239,89,219); }
div.DivClassName
{
background-color: #EF59DB;
}
.BgClassName
{
background-color: #EF59DB;
}
</style>
border-color css
<style>
span { border-color: #EF59DB; }
span { border-color: rgb(239,89,219); }
td.TdClassName
{
border-color: #EF59DB;
}
.TagClassName
{
border-color: #EF59DB;
}
</style>