Html Css Color HEX #EF58E5 Free Speech Magenta
📋 copy color: '#EF58E5'red 239 ◦ green 88 ◦ blue 229
Shades of Free Speech Magenta #EF58E5
Tints of Free Speech Magenta #EF58E5
RGB
CMYK
RGB Variations
Color information
#EF58E5 (or 0xEF58E5) is known color: Free Speech Magenta. HEX triplet: EF, 58 and E5. RGB value is (239,88,229). Sum of RGB (Red+Green+Blue) = 239+88+229=556 (73% of max value = 765). Red value is 239 (93.75% from 255 or 42.99% from 556); Green value is 88 (34.77% from 255 or 15.83% from 556); Blue value is 229 (89.84% from 255 or 41.19% from 556); Max value from RGB is 239 - color contains mainly: red. Hex color #EF58E5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EF58E5 is #10A71A. Grayscale: #949494. Windows color (decimal): -1091355 or 15030511. OLE color: 15030511.
HSL color Cylindrical-coordinate representation of color #EF58E5: hue angle of 303.97º 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 #EF58E5 is Cyan = 0, Magento = 0.63, Yellow = 0.04 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 88 | 229 | - |
| CMYK | 0 | 0.63 | 0.04 | 0.06 |
| HSL | 303.97º | 0.83% | 0.64% | - |
| HSV(B) | 303.97º | 0.63% | 0.94% | - |
| XYZ | 53.23 | 30.99 | 77.3 | - |
| YUV | 149.22 | 173.03 | 192.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 88 | 229 | 0 | 0.63 | 0.04 | 0.06 | 303.97 | 0.83 | 0.64 |
| Hex | EF | 58 | E5 | 0 | 3F | 4 | 6 | 130 | 53 | 40 |
| Octal | 357 | 130 | 345 | 0 | 77 | 4 | 6 | 460 | 123 | 100 |
| Binary | 11101111 | 1011000 | 11100101 | 0 | 111111 | 100 | 110 | 100110000 | 1010011 | 1000000 |
Color Harmonies of #EF58E5
Complementary color
Monochromatic Colors of #EF58E5
Black with #EF58E5
Text Example
Text Example
White with #EF58E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF58E5; }
p { color: rgb(239,88,229); }
H1.HeaderClassName
{
color: #EF58E5;
}
.AnyTagClassName
{
color: #EF58E5;
}
</style>
background-color css
<style>
a { background-color: #EF58E5; }
a { background-color: rgb(239,88,229); }
div.DivClassName
{
background-color: #EF58E5;
}
.BgClassName
{
background-color: #EF58E5;
}
</style>
border-color css
<style>
span { border-color: #EF58E5; }
span { border-color: rgb(239,88,229); }
td.TdClassName
{
border-color: #EF58E5;
}
.TagClassName
{
border-color: #EF58E5;
}
</style>