Html Css Color HEX #EF57DF Free Speech Magenta
📋 copy color: '#EF57DF'red 239 ◦ green 87 ◦ blue 223
Shades of Free Speech Magenta #EF57DF
Tints of Free Speech Magenta #EF57DF
RGB
CMYK
RGB Variations
Color information
#EF57DF (or 0xEF57DF) is known color: Free Speech Magenta. HEX triplet: EF, 57 and DF. RGB value is (239,87,223). Sum of RGB (Red+Green+Blue) = 239+87+223=549 (72% of max value = 765). Red value is 239 (93.75% from 255 or 43.53% from 549); Green value is 87 (34.38% from 255 or 15.85% from 549); Blue value is 223 (87.5% from 255 or 40.62% from 549); Max value from RGB is 239 - color contains mainly: red. Hex color #EF57DF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EF57DF is #10A820. Grayscale: #939393. Windows color (decimal): -1091617 or 14637039. OLE color: 14637039.
HSL color Cylindrical-coordinate representation of color #EF57DF: hue angle of 306.32º 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 #EF57DF is Cyan = 0, Magento = 0.64, Yellow = 0.07 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 87 | 223 | - |
| CMYK | 0 | 0.64 | 0.07 | 0.06 |
| HSL | 306.32º | 0.83% | 0.64% | - |
| HSV(B) | 306.32º | 0.64% | 0.94% | - |
| XYZ | 52.32 | 30.49 | 72.94 | - |
| YUV | 147.95 | 170.36 | 192.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 87 | 223 | 0 | 0.64 | 0.07 | 0.06 | 306.32 | 0.83 | 0.64 |
| Hex | EF | 57 | DF | 0 | 40 | 7 | 6 | 132 | 53 | 40 |
| Octal | 357 | 127 | 337 | 0 | 100 | 7 | 6 | 462 | 123 | 100 |
| Binary | 11101111 | 1010111 | 11011111 | 0 | 1000000 | 111 | 110 | 100110010 | 1010011 | 1000000 |
Color Harmonies of #EF57DF
Complementary color
Monochromatic Colors of #EF57DF
Black with #EF57DF
Text Example
Text Example
White with #EF57DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF57DF; }
p { color: rgb(239,87,223); }
H1.HeaderClassName
{
color: #EF57DF;
}
.AnyTagClassName
{
color: #EF57DF;
}
</style>
background-color css
<style>
a { background-color: #EF57DF; }
a { background-color: rgb(239,87,223); }
div.DivClassName
{
background-color: #EF57DF;
}
.BgClassName
{
background-color: #EF57DF;
}
</style>
border-color css
<style>
span { border-color: #EF57DF; }
span { border-color: rgb(239,87,223); }
td.TdClassName
{
border-color: #EF57DF;
}
.TagClassName
{
border-color: #EF57DF;
}
</style>