Html Css Color HEX #EF41DF Free Speech Magenta
📋 copy color: '#EF41DF'red 239 ◦ green 65 ◦ blue 223
Shades of Free Speech Magenta #EF41DF
Tints of Free Speech Magenta #EF41DF
RGB
CMYK
RGB Variations
Color information
#EF41DF (or 0xEF41DF) is known color: Free Speech Magenta. HEX triplet: EF, 41 and DF. RGB value is (239,65,223). Sum of RGB (Red+Green+Blue) = 239+65+223=527 (69% of max value = 765). Red value is 239 (93.75% from 255 or 45.35% from 527); Green value is 65 (25.78% from 255 or 12.33% from 527); Blue value is 223 (87.5% from 255 or 42.31% from 527); Max value from RGB is 239 - color contains mainly: red. Hex color #EF41DF is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EF41DF is #10BE20. Grayscale: #868686. Windows color (decimal): -1097249 or 14631407. OLE color: 14631407.
HSL color Cylindrical-coordinate representation of color #EF41DF: hue angle of 305.52º degrees, saturation: 0.84, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #EF41DF is Cyan = 0, Magento = 0.73, Yellow = 0.07 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 65 | 223 | - |
| CMYK | 0 | 0.73 | 0.07 | 0.06 |
| HSL | 305.52º | 0.84% | 0.6% | - |
| HSV(B) | 305.52º | 0.73% | 0.94% | - |
| XYZ | 50.81 | 27.46 | 72.43 | - |
| YUV | 135.04 | 177.65 | 202.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 65 | 223 | 0 | 0.73 | 0.07 | 0.06 | 305.52 | 0.84 | 0.6 |
| Hex | EF | 41 | DF | 0 | 49 | 7 | 6 | 132 | 54 | 3C |
| Octal | 357 | 101 | 337 | 0 | 111 | 7 | 6 | 462 | 124 | 74 |
| Binary | 11101111 | 1000001 | 11011111 | 0 | 1001001 | 111 | 110 | 100110010 | 1010100 | 111100 |
Color Harmonies of #EF41DF
Complementary color
Monochromatic Colors of #EF41DF
Black with #EF41DF
Text Example
Text Example
White with #EF41DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF41DF; }
p { color: rgb(239,65,223); }
H1.HeaderClassName
{
color: #EF41DF;
}
.AnyTagClassName
{
color: #EF41DF;
}
</style>
background-color css
<style>
a { background-color: #EF41DF; }
a { background-color: rgb(239,65,223); }
div.DivClassName
{
background-color: #EF41DF;
}
.BgClassName
{
background-color: #EF41DF;
}
</style>
border-color css
<style>
span { border-color: #EF41DF; }
span { border-color: rgb(239,65,223); }
td.TdClassName
{
border-color: #EF41DF;
}
.TagClassName
{
border-color: #EF41DF;
}
</style>