Html Css Color HEX #EF68DF Free Speech Magenta
📋 copy color: '#EF68DF'red 239 ◦ green 104 ◦ blue 223
Shades of Free Speech Magenta #EF68DF
Tints of Free Speech Magenta #EF68DF
RGB
CMYK
RGB Variations
Color information
#EF68DF (or 0xEF68DF) is known color: Free Speech Magenta. HEX triplet: EF, 68 and DF. RGB value is (239,104,223). Sum of RGB (Red+Green+Blue) = 239+104+223=566 (74% of max value = 765). Red value is 239 (93.75% from 255 or 42.23% from 566); Green value is 104 (41.02% from 255 or 18.37% from 566); Blue value is 223 (87.5% from 255 or 39.40% from 566); Max value from RGB is 239 - color contains mainly: red. Hex color #EF68DF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EF68DF is #109720. Grayscale: #9D9D9D. Windows color (decimal): -1087265 or 14641391. OLE color: 14641391.
HSL color Cylindrical-coordinate representation of color #EF68DF: hue angle of 307.11º degrees, saturation: 0.81, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #EF68DF is Cyan = 0, Magento = 0.56, Yellow = 0.07 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 104 | 223 | - |
| CMYK | 0 | 0.56 | 0.07 | 0.06 |
| HSL | 307.11º | 0.81% | 0.67% | - |
| HSV(B) | 307.11º | 0.56% | 0.94% | - |
| XYZ | 53.87 | 33.58 | 73.45 | - |
| YUV | 157.93 | 164.73 | 185.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 104 | 223 | 0 | 0.56 | 0.07 | 0.06 | 307.11 | 0.81 | 0.67 |
| Hex | EF | 68 | DF | 0 | 38 | 7 | 6 | 133 | 51 | 43 |
| Octal | 357 | 150 | 337 | 0 | 70 | 7 | 6 | 463 | 121 | 103 |
| Binary | 11101111 | 1101000 | 11011111 | 0 | 111000 | 111 | 110 | 100110011 | 1010001 | 1000011 |
Color Harmonies of #EF68DF
Complementary color
Monochromatic Colors of #EF68DF
Black with #EF68DF
Text Example
Text Example
White with #EF68DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF68DF; }
p { color: rgb(239,104,223); }
H1.HeaderClassName
{
color: #EF68DF;
}
.AnyTagClassName
{
color: #EF68DF;
}
</style>
background-color css
<style>
a { background-color: #EF68DF; }
a { background-color: rgb(239,104,223); }
div.DivClassName
{
background-color: #EF68DF;
}
.BgClassName
{
background-color: #EF68DF;
}
</style>
border-color css
<style>
span { border-color: #EF68DF; }
span { border-color: rgb(239,104,223); }
td.TdClassName
{
border-color: #EF68DF;
}
.TagClassName
{
border-color: #EF68DF;
}
</style>