Html Css Color HEX #EF55DF Free Speech Magenta
📋 copy color: '#EF55DF'red 239 ◦ green 85 ◦ blue 223
Shades of Free Speech Magenta #EF55DF
Tints of Free Speech Magenta #EF55DF
RGB
CMYK
RGB Variations
Color information
#EF55DF (or 0xEF55DF) is known color: Free Speech Magenta. HEX triplet: EF, 55 and DF. RGB value is (239,85,223). Sum of RGB (Red+Green+Blue) = 239+85+223=547 (72% of max value = 765). Red value is 239 (93.75% from 255 or 43.69% from 547); Green value is 85 (33.59% from 255 or 15.54% from 547); Blue value is 223 (87.5% from 255 or 40.77% from 547); Max value from RGB is 239 - color contains mainly: red. Hex color #EF55DF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EF55DF is #10AA20. Grayscale: #929292. Windows color (decimal): -1092129 or 14636527. OLE color: 14636527.
HSL color Cylindrical-coordinate representation of color #EF55DF: hue angle of 306.23º degrees, saturation: 0.83, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #EF55DF is Cyan = 0, Magento = 0.64, Yellow = 0.07 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 85 | 223 | - |
| CMYK | 0 | 0.64 | 0.07 | 0.06 |
| HSL | 306.23º | 0.83% | 0.64% | - |
| HSV(B) | 306.23º | 0.64% | 0.94% | - |
| XYZ | 52.16 | 30.18 | 72.89 | - |
| YUV | 146.78 | 171.02 | 193.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 85 | 223 | 0 | 0.64 | 0.07 | 0.06 | 306.23 | 0.83 | 0.64 |
| Hex | EF | 55 | DF | 0 | 40 | 7 | 6 | 132 | 53 | 40 |
| Octal | 357 | 125 | 337 | 0 | 100 | 7 | 6 | 462 | 123 | 100 |
| Binary | 11101111 | 1010101 | 11011111 | 0 | 1000000 | 111 | 110 | 100110010 | 1010011 | 1000000 |
Color Harmonies of #EF55DF
Complementary color
Monochromatic Colors of #EF55DF
Black with #EF55DF
Text Example
Text Example
White with #EF55DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF55DF; }
p { color: rgb(239,85,223); }
H1.HeaderClassName
{
color: #EF55DF;
}
.AnyTagClassName
{
color: #EF55DF;
}
</style>
background-color css
<style>
a { background-color: #EF55DF; }
a { background-color: rgb(239,85,223); }
div.DivClassName
{
background-color: #EF55DF;
}
.BgClassName
{
background-color: #EF55DF;
}
</style>
border-color css
<style>
span { border-color: #EF55DF; }
span { border-color: rgb(239,85,223); }
td.TdClassName
{
border-color: #EF55DF;
}
.TagClassName
{
border-color: #EF55DF;
}
</style>