Html Css Color HEX #EF49D8 Free Speech Magenta
📋 copy color: '#EF49D8'red 239 ◦ green 73 ◦ blue 216
Shades of Free Speech Magenta #EF49D8
Tints of Free Speech Magenta #EF49D8
RGB
CMYK
RGB Variations
Color information
#EF49D8 (or 0xEF49D8) is known color: Free Speech Magenta. HEX triplet: EF, 49 and D8. RGB value is (239,73,216). Sum of RGB (Red+Green+Blue) = 239+73+216=528 (69% of max value = 765). Red value is 239 (93.75% from 255 or 45.27% from 528); Green value is 73 (28.91% from 255 or 13.83% from 528); Blue value is 216 (84.77% from 255 or 40.91% from 528); Max value from RGB is 239 - color contains mainly: red. Hex color #EF49D8 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EF49D8 is #10B627. Grayscale: #8A8A8A. Windows color (decimal): -1095208 or 14174703. OLE color: 14174703.
HSL color Cylindrical-coordinate representation of color #EF49D8: hue angle of 308.31º degrees, saturation: 0.84, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #EF49D8 is Cyan = 0, Magento = 0.69, Yellow = 0.10 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 73 | 216 | - |
| CMYK | 0 | 0.69 | 0.10 | 0.06 |
| HSL | 308.31º | 0.84% | 0.61% | - |
| HSV(B) | 308.31º | 0.69% | 0.94% | - |
| XYZ | 50.37 | 28.07 | 67.73 | - |
| YUV | 138.94 | 171.5 | 199.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 73 | 216 | 0 | 0.69 | 0.10 | 0.06 | 308.31 | 0.84 | 0.61 |
| Hex | EF | 49 | D8 | 0 | 45 | A | 6 | 134 | 54 | 3D |
| Octal | 357 | 111 | 330 | 0 | 105 | 12 | 6 | 464 | 124 | 75 |
| Binary | 11101111 | 1001001 | 11011000 | 0 | 1000101 | 1010 | 110 | 100110100 | 1010100 | 111101 |
Color Harmonies of #EF49D8
Complementary color
Monochromatic Colors of #EF49D8
Black with #EF49D8
Text Example
Text Example
White with #EF49D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF49D8; }
p { color: rgb(239,73,216); }
H1.HeaderClassName
{
color: #EF49D8;
}
.AnyTagClassName
{
color: #EF49D8;
}
</style>
background-color css
<style>
a { background-color: #EF49D8; }
a { background-color: rgb(239,73,216); }
div.DivClassName
{
background-color: #EF49D8;
}
.BgClassName
{
background-color: #EF49D8;
}
</style>
border-color css
<style>
span { border-color: #EF49D8; }
span { border-color: rgb(239,73,216); }
td.TdClassName
{
border-color: #EF49D8;
}
.TagClassName
{
border-color: #EF49D8;
}
</style>