Html Css Color HEX #EF58DC Free Speech Magenta
📋 copy color: '#EF58DC'red 239 ◦ green 88 ◦ blue 220
Shades of Free Speech Magenta #EF58DC
Tints of Free Speech Magenta #EF58DC
RGB
CMYK
RGB Variations
Color information
#EF58DC (or 0xEF58DC) is known color: Free Speech Magenta. HEX triplet: EF, 58 and DC. RGB value is (239,88,220). Sum of RGB (Red+Green+Blue) = 239+88+220=547 (72% of max value = 765). Red value is 239 (93.75% from 255 or 43.69% from 547); Green value is 88 (34.77% from 255 or 16.09% from 547); Blue value is 220 (86.33% from 255 or 40.22% from 547); Max value from RGB is 239 - color contains mainly: red. Hex color #EF58DC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EF58DC is #10A723. Grayscale: #939393. Windows color (decimal): -1091364 or 14440687. OLE color: 14440687.
HSL color Cylindrical-coordinate representation of color #EF58DC: hue angle of 307.55º 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 #EF58DC is Cyan = 0, Magento = 0.63, Yellow = 0.08 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 88 | 220 | - |
| CMYK | 0 | 0.63 | 0.08 | 0.06 |
| HSL | 307.55º | 0.83% | 0.64% | - |
| HSV(B) | 307.55º | 0.63% | 0.94% | - |
| XYZ | 52 | 30.5 | 70.86 | - |
| YUV | 148.2 | 168.53 | 192.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 88 | 220 | 0 | 0.63 | 0.08 | 0.06 | 307.55 | 0.83 | 0.64 |
| Hex | EF | 58 | DC | 0 | 3F | 8 | 6 | 134 | 53 | 40 |
| Octal | 357 | 130 | 334 | 0 | 77 | 10 | 6 | 464 | 123 | 100 |
| Binary | 11101111 | 1011000 | 11011100 | 0 | 111111 | 1000 | 110 | 100110100 | 1010011 | 1000000 |
Color Harmonies of #EF58DC
Complementary color
Monochromatic Colors of #EF58DC
Black with #EF58DC
Text Example
Text Example
White with #EF58DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF58DC; }
p { color: rgb(239,88,220); }
H1.HeaderClassName
{
color: #EF58DC;
}
.AnyTagClassName
{
color: #EF58DC;
}
</style>
background-color css
<style>
a { background-color: #EF58DC; }
a { background-color: rgb(239,88,220); }
div.DivClassName
{
background-color: #EF58DC;
}
.BgClassName
{
background-color: #EF58DC;
}
</style>
border-color css
<style>
span { border-color: #EF58DC; }
span { border-color: rgb(239,88,220); }
td.TdClassName
{
border-color: #EF58DC;
}
.TagClassName
{
border-color: #EF58DC;
}
</style>