Html Css Color HEX #EF58D1 Free Speech Magenta
📋 copy color: '#EF58D1'red 239 ◦ green 88 ◦ blue 209
Shades of Free Speech Magenta #EF58D1
Tints of Free Speech Magenta #EF58D1
RGB
CMYK
RGB Variations
Color information
#EF58D1 (or 0xEF58D1) is known color: Free Speech Magenta. HEX triplet: EF, 58 and D1. RGB value is (239,88,209). Sum of RGB (Red+Green+Blue) = 239+88+209=536 (70% of max value = 765). Red value is 239 (93.75% from 255 or 44.59% from 536); Green value is 88 (34.77% from 255 or 16.42% from 536); Blue value is 209 (82.03% from 255 or 38.99% from 536); Max value from RGB is 239 - color contains mainly: red. Hex color #EF58D1 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EF58D1 is #10A72E. Grayscale: #929292. Windows color (decimal): -1091375 or 13719791. OLE color: 13719791.
HSL color Cylindrical-coordinate representation of color #EF58D1: hue angle of 311.92º degrees, saturation: 0.83, 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 #EF58D1 is Cyan = 0, Magento = 0.63, Yellow = 0.13 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 88 | 209 | - |
| CMYK | 0 | 0.63 | 0.13 | 0.06 |
| HSL | 311.92º | 0.83% | 0.64% | - |
| HSV(B) | 311.92º | 0.63% | 0.94% | - |
| XYZ | 50.59 | 29.93 | 63.43 | - |
| YUV | 146.94 | 163.03 | 193.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 88 | 209 | 0 | 0.63 | 0.13 | 0.06 | 311.92 | 0.83 | 0.64 |
| Hex | EF | 58 | D1 | 0 | 3F | D | 6 | 138 | 53 | 40 |
| Octal | 357 | 130 | 321 | 0 | 77 | 15 | 6 | 470 | 123 | 100 |
| Binary | 11101111 | 1011000 | 11010001 | 0 | 111111 | 1101 | 110 | 100111000 | 1010011 | 1000000 |
Color Harmonies of #EF58D1
Complementary color
Monochromatic Colors of #EF58D1
Black with #EF58D1
Text Example
Text Example
White with #EF58D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF58D1; }
p { color: rgb(239,88,209); }
H1.HeaderClassName
{
color: #EF58D1;
}
.AnyTagClassName
{
color: #EF58D1;
}
</style>
background-color css
<style>
a { background-color: #EF58D1; }
a { background-color: rgb(239,88,209); }
div.DivClassName
{
background-color: #EF58D1;
}
.BgClassName
{
background-color: #EF58D1;
}
</style>
border-color css
<style>
span { border-color: #EF58D1; }
span { border-color: rgb(239,88,209); }
td.TdClassName
{
border-color: #EF58D1;
}
.TagClassName
{
border-color: #EF58D1;
}
</style>