Html Css Color HEX #EF58E8 Free Speech Magenta
📋 copy color: '#EF58E8'red 239 ◦ green 88 ◦ blue 232
Shades of Free Speech Magenta #EF58E8
Tints of Free Speech Magenta #EF58E8
RGB
CMYK
RGB Variations
Color information
#EF58E8 (or 0xEF58E8) is known color: Free Speech Magenta. HEX triplet: EF, 58 and E8. RGB value is (239,88,232). Sum of RGB (Red+Green+Blue) = 239+88+232=559 (74% of max value = 765). Red value is 239 (93.75% from 255 or 42.75% from 559); Green value is 88 (34.77% from 255 or 15.74% from 559); Blue value is 232 (91.02% from 255 or 41.50% from 559); Max value from RGB is 239 - color contains mainly: red. Hex color #EF58E8 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EF58E8 is #10A717. Grayscale: #959595. Windows color (decimal): -1091352 or 15227119. OLE color: 15227119.
HSL color Cylindrical-coordinate representation of color #EF58E8: hue angle of 302.78º 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 #EF58E8 is Cyan = 0, Magento = 0.63, Yellow = 0.03 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 88 | 232 | - |
| CMYK | 0 | 0.63 | 0.03 | 0.06 |
| HSL | 302.78º | 0.83% | 0.64% | - |
| HSV(B) | 302.78º | 0.63% | 0.94% | - |
| XYZ | 53.65 | 31.16 | 79.53 | - |
| YUV | 149.57 | 174.53 | 191.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 88 | 232 | 0 | 0.63 | 0.03 | 0.06 | 302.78 | 0.83 | 0.64 |
| Hex | EF | 58 | E8 | 0 | 3F | 3 | 6 | 12F | 53 | 40 |
| Octal | 357 | 130 | 350 | 0 | 77 | 3 | 6 | 457 | 123 | 100 |
| Binary | 11101111 | 1011000 | 11101000 | 0 | 111111 | 11 | 110 | 100101111 | 1010011 | 1000000 |
Color Harmonies of #EF58E8
Complementary color
Monochromatic Colors of #EF58E8
Black with #EF58E8
Text Example
Text Example
White with #EF58E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF58E8; }
p { color: rgb(239,88,232); }
H1.HeaderClassName
{
color: #EF58E8;
}
.AnyTagClassName
{
color: #EF58E8;
}
</style>
background-color css
<style>
a { background-color: #EF58E8; }
a { background-color: rgb(239,88,232); }
div.DivClassName
{
background-color: #EF58E8;
}
.BgClassName
{
background-color: #EF58E8;
}
</style>
border-color css
<style>
span { border-color: #EF58E8; }
span { border-color: rgb(239,88,232); }
td.TdClassName
{
border-color: #EF58E8;
}
.TagClassName
{
border-color: #EF58E8;
}
</style>