Html Css Color HEX #EF49DF Free Speech Magenta
📋 copy color: '#EF49DF'red 239 ◦ green 73 ◦ blue 223
Shades of Free Speech Magenta #EF49DF
Tints of Free Speech Magenta #EF49DF
RGB
CMYK
RGB Variations
Color information
#EF49DF (or 0xEF49DF) is known color: Free Speech Magenta. HEX triplet: EF, 49 and DF. RGB value is (239,73,223). Sum of RGB (Red+Green+Blue) = 239+73+223=535 (70% of max value = 765). Red value is 239 (93.75% from 255 or 44.67% from 535); Green value is 73 (28.91% from 255 or 13.64% from 535); Blue value is 223 (87.5% from 255 or 41.68% from 535); Max value from RGB is 239 - color contains mainly: red. Hex color #EF49DF is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EF49DF is #10B620. Grayscale: #8B8B8B. Windows color (decimal): -1095201 or 14633455. OLE color: 14633455.
HSL color Cylindrical-coordinate representation of color #EF49DF: hue angle of 305.78º 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 #EF49DF is Cyan = 0, Magento = 0.69, Yellow = 0.07 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 73 | 223 | - |
| CMYK | 0 | 0.69 | 0.07 | 0.06 |
| HSL | 305.78º | 0.84% | 0.61% | - |
| HSV(B) | 305.78º | 0.69% | 0.94% | - |
| XYZ | 51.3 | 28.44 | 72.6 | - |
| YUV | 139.73 | 175 | 198.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 73 | 223 | 0 | 0.69 | 0.07 | 0.06 | 305.78 | 0.84 | 0.61 |
| Hex | EF | 49 | DF | 0 | 45 | 7 | 6 | 132 | 54 | 3D |
| Octal | 357 | 111 | 337 | 0 | 105 | 7 | 6 | 462 | 124 | 75 |
| Binary | 11101111 | 1001001 | 11011111 | 0 | 1000101 | 111 | 110 | 100110010 | 1010100 | 111101 |
Color Harmonies of #EF49DF
Complementary color
Monochromatic Colors of #EF49DF
Black with #EF49DF
Text Example
Text Example
White with #EF49DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF49DF; }
p { color: rgb(239,73,223); }
H1.HeaderClassName
{
color: #EF49DF;
}
.AnyTagClassName
{
color: #EF49DF;
}
</style>
background-color css
<style>
a { background-color: #EF49DF; }
a { background-color: rgb(239,73,223); }
div.DivClassName
{
background-color: #EF49DF;
}
.BgClassName
{
background-color: #EF49DF;
}
</style>
border-color css
<style>
span { border-color: #EF49DF; }
span { border-color: rgb(239,73,223); }
td.TdClassName
{
border-color: #EF49DF;
}
.TagClassName
{
border-color: #EF49DF;
}
</style>