Html Css Color HEX #EF58E1 Free Speech Magenta
📋 copy color: '#EF58E1'red 239 ◦ green 88 ◦ blue 225
Shades of Free Speech Magenta #EF58E1
Tints of Free Speech Magenta #EF58E1
RGB
CMYK
RGB Variations
Color information
#EF58E1 (or 0xEF58E1) is known color: Free Speech Magenta. HEX triplet: EF, 58 and E1. RGB value is (239,88,225). Sum of RGB (Red+Green+Blue) = 239+88+225=552 (73% of max value = 765). Red value is 239 (93.75% from 255 or 43.30% from 552); Green value is 88 (34.77% from 255 or 15.94% from 552); Blue value is 225 (88.28% from 255 or 40.76% from 552); Max value from RGB is 239 - color contains mainly: red. Hex color #EF58E1 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EF58E1 is #10A71E. Grayscale: #949494. Windows color (decimal): -1091359 or 14768367. OLE color: 14768367.
HSL color Cylindrical-coordinate representation of color #EF58E1: hue angle of 305.56º 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 #EF58E1 is Cyan = 0, Magento = 0.63, Yellow = 0.06 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 88 | 225 | - |
| CMYK | 0 | 0.63 | 0.06 | 0.06 |
| HSL | 305.56º | 0.83% | 0.64% | - |
| HSV(B) | 305.56º | 0.63% | 0.94% | - |
| XYZ | 52.68 | 30.77 | 74.4 | - |
| YUV | 148.77 | 171.03 | 192.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 88 | 225 | 0 | 0.63 | 0.06 | 0.06 | 305.56 | 0.83 | 0.64 |
| Hex | EF | 58 | E1 | 0 | 3F | 6 | 6 | 132 | 53 | 40 |
| Octal | 357 | 130 | 341 | 0 | 77 | 6 | 6 | 462 | 123 | 100 |
| Binary | 11101111 | 1011000 | 11100001 | 0 | 111111 | 110 | 110 | 100110010 | 1010011 | 1000000 |
Color Harmonies of #EF58E1
Complementary color
Monochromatic Colors of #EF58E1
Black with #EF58E1
Text Example
Text Example
White with #EF58E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF58E1; }
p { color: rgb(239,88,225); }
H1.HeaderClassName
{
color: #EF58E1;
}
.AnyTagClassName
{
color: #EF58E1;
}
</style>
background-color css
<style>
a { background-color: #EF58E1; }
a { background-color: rgb(239,88,225); }
div.DivClassName
{
background-color: #EF58E1;
}
.BgClassName
{
background-color: #EF58E1;
}
</style>
border-color css
<style>
span { border-color: #EF58E1; }
span { border-color: rgb(239,88,225); }
td.TdClassName
{
border-color: #EF58E1;
}
.TagClassName
{
border-color: #EF58E1;
}
</style>