Html Css Color HEX #EF6CDF Free Speech Magenta
📋 copy color: '#EF6CDF'red 239 ◦ green 108 ◦ blue 223
Shades of Free Speech Magenta #EF6CDF
Tints of Free Speech Magenta #EF6CDF
RGB
CMYK
RGB Variations
Color information
#EF6CDF (or 0xEF6CDF) is known color: Free Speech Magenta. HEX triplet: EF, 6C and DF. RGB value is (239,108,223). Sum of RGB (Red+Green+Blue) = 239+108+223=570 (75% of max value = 765). Red value is 239 (93.75% from 255 or 41.93% from 570); Green value is 108 (42.58% from 255 or 18.95% from 570); Blue value is 223 (87.5% from 255 or 39.12% from 570); Max value from RGB is 239 - color contains mainly: red. Hex color #EF6CDF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EF6CDF is #109320. Grayscale: #9F9F9F. Windows color (decimal): -1086241 or 14642415. OLE color: 14642415.
HSL color Cylindrical-coordinate representation of color #EF6CDF: hue angle of 307.33º 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 #EF6CDF is Cyan = 0, Magento = 0.55, Yellow = 0.07 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 108 | 223 | - |
| CMYK | 0 | 0.55 | 0.07 | 0.06 |
| HSL | 307.33º | 0.8% | 0.68% | - |
| HSV(B) | 307.33º | 0.55% | 0.94% | - |
| XYZ | 54.28 | 34.4 | 73.59 | - |
| YUV | 160.28 | 163.4 | 184.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 108 | 223 | 0 | 0.55 | 0.07 | 0.06 | 307.33 | 0.8 | 0.68 |
| Hex | EF | 6C | DF | 0 | 37 | 7 | 6 | 133 | 50 | 44 |
| Octal | 357 | 154 | 337 | 0 | 67 | 7 | 6 | 463 | 120 | 104 |
| Binary | 11101111 | 1101100 | 11011111 | 0 | 110111 | 111 | 110 | 100110011 | 1010000 | 1000100 |
Color Harmonies of #EF6CDF
Complementary color
Monochromatic Colors of #EF6CDF
Black with #EF6CDF
Text Example
Text Example
White with #EF6CDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF6CDF; }
p { color: rgb(239,108,223); }
H1.HeaderClassName
{
color: #EF6CDF;
}
.AnyTagClassName
{
color: #EF6CDF;
}
</style>
background-color css
<style>
a { background-color: #EF6CDF; }
a { background-color: rgb(239,108,223); }
div.DivClassName
{
background-color: #EF6CDF;
}
.BgClassName
{
background-color: #EF6CDF;
}
</style>
border-color css
<style>
span { border-color: #EF6CDF; }
span { border-color: rgb(239,108,223); }
td.TdClassName
{
border-color: #EF6CDF;
}
.TagClassName
{
border-color: #EF6CDF;
}
</style>