Html Css Color HEX #EF6BDF Free Speech Magenta
📋 copy color: '#EF6BDF'red 239 ◦ green 107 ◦ blue 223
Shades of Free Speech Magenta #EF6BDF
Tints of Free Speech Magenta #EF6BDF
RGB
CMYK
RGB Variations
Color information
#EF6BDF (or 0xEF6BDF) is known color: Free Speech Magenta. HEX triplet: EF, 6B and DF. RGB value is (239,107,223). Sum of RGB (Red+Green+Blue) = 239+107+223=569 (75% of max value = 765). Red value is 239 (93.75% from 255 or 42.00% from 569); Green value is 107 (42.19% from 255 or 18.80% from 569); Blue value is 223 (87.5% from 255 or 39.19% from 569); Max value from RGB is 239 - color contains mainly: red. Hex color #EF6BDF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EF6BDF is #109420. Grayscale: #9F9F9F. Windows color (decimal): -1086497 or 14642159. OLE color: 14642159.
HSL color Cylindrical-coordinate representation of color #EF6BDF: hue angle of 307.27º degrees, saturation: 0.8, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #EF6BDF is Cyan = 0, Magento = 0.55, Yellow = 0.07 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 107 | 223 | - |
| CMYK | 0 | 0.55 | 0.07 | 0.06 |
| HSL | 307.27º | 0.8% | 0.68% | - |
| HSV(B) | 307.27º | 0.55% | 0.94% | - |
| XYZ | 54.17 | 34.19 | 73.56 | - |
| YUV | 159.69 | 163.73 | 184.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 107 | 223 | 0 | 0.55 | 0.07 | 0.06 | 307.27 | 0.8 | 0.68 |
| Hex | EF | 6B | DF | 0 | 37 | 7 | 6 | 133 | 50 | 44 |
| Octal | 357 | 153 | 337 | 0 | 67 | 7 | 6 | 463 | 120 | 104 |
| Binary | 11101111 | 1101011 | 11011111 | 0 | 110111 | 111 | 110 | 100110011 | 1010000 | 1000100 |
Color Harmonies of #EF6BDF
Complementary color
Monochromatic Colors of #EF6BDF
Black with #EF6BDF
Text Example
Text Example
White with #EF6BDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF6BDF; }
p { color: rgb(239,107,223); }
H1.HeaderClassName
{
color: #EF6BDF;
}
.AnyTagClassName
{
color: #EF6BDF;
}
</style>
background-color css
<style>
a { background-color: #EF6BDF; }
a { background-color: rgb(239,107,223); }
div.DivClassName
{
background-color: #EF6BDF;
}
.BgClassName
{
background-color: #EF6BDF;
}
</style>
border-color css
<style>
span { border-color: #EF6BDF; }
span { border-color: rgb(239,107,223); }
td.TdClassName
{
border-color: #EF6BDF;
}
.TagClassName
{
border-color: #EF6BDF;
}
</style>