Html Css Color HEX #EF58CE Free Speech Magenta
📋 copy color: '#EF58CE'red 239 ◦ green 88 ◦ blue 206
Shades of Free Speech Magenta #EF58CE
Tints of Free Speech Magenta #EF58CE
RGB
CMYK
RGB Variations
Color information
#EF58CE (or 0xEF58CE) is known color: Free Speech Magenta. HEX triplet: EF, 58 and CE. RGB value is (239,88,206). Sum of RGB (Red+Green+Blue) = 239+88+206=533 (70% of max value = 765). Red value is 239 (93.75% from 255 or 44.84% from 533); Green value is 88 (34.77% from 255 or 16.51% from 533); Blue value is 206 (80.86% from 255 or 38.65% from 533); Max value from RGB is 239 - color contains mainly: red. Hex color #EF58CE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EF58CE is #10A731. Grayscale: #929292. Windows color (decimal): -1091378 or 13523183. OLE color: 13523183.
HSL color Cylindrical-coordinate representation of color #EF58CE: hue angle of 313.11º 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 #EF58CE is Cyan = 0, Magento = 0.63, Yellow = 0.14 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 88 | 206 | - |
| CMYK | 0 | 0.63 | 0.14 | 0.06 |
| HSL | 313.11º | 0.83% | 0.64% | - |
| HSV(B) | 313.11º | 0.63% | 0.94% | - |
| XYZ | 50.23 | 29.79 | 61.49 | - |
| YUV | 146.6 | 161.53 | 193.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 88 | 206 | 0 | 0.63 | 0.14 | 0.06 | 313.11 | 0.83 | 0.64 |
| Hex | EF | 58 | CE | 0 | 3F | E | 6 | 139 | 53 | 40 |
| Octal | 357 | 130 | 316 | 0 | 77 | 16 | 6 | 471 | 123 | 100 |
| Binary | 11101111 | 1011000 | 11001110 | 0 | 111111 | 1110 | 110 | 100111001 | 1010011 | 1000000 |
Color Harmonies of #EF58CE
Complementary color
Monochromatic Colors of #EF58CE
Black with #EF58CE
Text Example
Text Example
White with #EF58CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF58CE; }
p { color: rgb(239,88,206); }
H1.HeaderClassName
{
color: #EF58CE;
}
.AnyTagClassName
{
color: #EF58CE;
}
</style>
background-color css
<style>
a { background-color: #EF58CE; }
a { background-color: rgb(239,88,206); }
div.DivClassName
{
background-color: #EF58CE;
}
.BgClassName
{
background-color: #EF58CE;
}
</style>
border-color css
<style>
span { border-color: #EF58CE; }
span { border-color: rgb(239,88,206); }
td.TdClassName
{
border-color: #EF58CE;
}
.TagClassName
{
border-color: #EF58CE;
}
</style>